rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
270 lines (269 loc) • 15.9 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciMarketplacePublicationConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publication#publication_id DataOciMarketplacePublication#publication_id}
*/
readonly publicationId: string;
}
export interface DataOciMarketplacePublicationIcon {
}
export declare function dataOciMarketplacePublicationIconToTerraform(struct?: DataOciMarketplacePublicationIcon): any;
export declare function dataOciMarketplacePublicationIconToHclTerraform(struct?: DataOciMarketplacePublicationIcon): any;
export declare class DataOciMarketplacePublicationIconOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciMarketplacePublicationIcon | undefined;
set internalValue(value: DataOciMarketplacePublicationIcon | undefined);
get contentUrl(): string;
get fileExtension(): string;
get mimeType(): string;
get name(): string;
}
export declare class DataOciMarketplacePublicationIconList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciMarketplacePublicationIconOutputReference;
}
export interface DataOciMarketplacePublicationPackageDetailsEula {
}
export declare function dataOciMarketplacePublicationPackageDetailsEulaToTerraform(struct?: DataOciMarketplacePublicationPackageDetailsEula): any;
export declare function dataOciMarketplacePublicationPackageDetailsEulaToHclTerraform(struct?: DataOciMarketplacePublicationPackageDetailsEula): any;
export declare class DataOciMarketplacePublicationPackageDetailsEulaOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciMarketplacePublicationPackageDetailsEula | undefined;
set internalValue(value: DataOciMarketplacePublicationPackageDetailsEula | undefined);
get eulaType(): string;
get licenseText(): string;
}
export declare class DataOciMarketplacePublicationPackageDetailsEulaList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciMarketplacePublicationPackageDetailsEulaOutputReference;
}
export interface DataOciMarketplacePublicationPackageDetailsOperatingSystem {
}
export declare function dataOciMarketplacePublicationPackageDetailsOperatingSystemToTerraform(struct?: DataOciMarketplacePublicationPackageDetailsOperatingSystem): any;
export declare function dataOciMarketplacePublicationPackageDetailsOperatingSystemToHclTerraform(struct?: DataOciMarketplacePublicationPackageDetailsOperatingSystem): any;
export declare class DataOciMarketplacePublicationPackageDetailsOperatingSystemOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciMarketplacePublicationPackageDetailsOperatingSystem | undefined;
set internalValue(value: DataOciMarketplacePublicationPackageDetailsOperatingSystem | undefined);
get name(): string;
}
export declare class DataOciMarketplacePublicationPackageDetailsOperatingSystemList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciMarketplacePublicationPackageDetailsOperatingSystemOutputReference;
}
export interface DataOciMarketplacePublicationPackageDetails {
}
export declare function dataOciMarketplacePublicationPackageDetailsToTerraform(struct?: DataOciMarketplacePublicationPackageDetails): any;
export declare function dataOciMarketplacePublicationPackageDetailsToHclTerraform(struct?: DataOciMarketplacePublicationPackageDetails): any;
export declare class DataOciMarketplacePublicationPackageDetailsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciMarketplacePublicationPackageDetails | undefined;
set internalValue(value: DataOciMarketplacePublicationPackageDetails | undefined);
private _eula;
get eula(): DataOciMarketplacePublicationPackageDetailsEulaList;
get imageId(): string;
private _operatingSystem;
get operatingSystem(): DataOciMarketplacePublicationPackageDetailsOperatingSystemList;
get packageType(): string;
get packageVersion(): string;
}
export declare class DataOciMarketplacePublicationPackageDetailsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciMarketplacePublicationPackageDetailsOutputReference;
}
export interface DataOciMarketplacePublicationSupportContacts {
}
export declare function dataOciMarketplacePublicationSupportContactsToTerraform(struct?: DataOciMarketplacePublicationSupportContacts): any;
export declare function dataOciMarketplacePublicationSupportContactsToHclTerraform(struct?: DataOciMarketplacePublicationSupportContacts): any;
export declare class DataOciMarketplacePublicationSupportContactsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciMarketplacePublicationSupportContacts | undefined;
set internalValue(value: DataOciMarketplacePublicationSupportContacts | undefined);
get email(): string;
get name(): string;
get phone(): string;
get subject(): string;
}
export declare class DataOciMarketplacePublicationSupportContactsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciMarketplacePublicationSupportContactsOutputReference;
}
export interface DataOciMarketplacePublicationSupportedOperatingSystems {
}
export declare function dataOciMarketplacePublicationSupportedOperatingSystemsToTerraform(struct?: DataOciMarketplacePublicationSupportedOperatingSystems): any;
export declare function dataOciMarketplacePublicationSupportedOperatingSystemsToHclTerraform(struct?: DataOciMarketplacePublicationSupportedOperatingSystems): any;
export declare class DataOciMarketplacePublicationSupportedOperatingSystemsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param complexObjectIndex the index of this item in the list
* @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean);
get internalValue(): DataOciMarketplacePublicationSupportedOperatingSystems | undefined;
set internalValue(value: DataOciMarketplacePublicationSupportedOperatingSystems | undefined);
get name(): string;
}
export declare class DataOciMarketplacePublicationSupportedOperatingSystemsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
* @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index)
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean);
/**
* @param index the index of the item to return
*/
get(index: number): DataOciMarketplacePublicationSupportedOperatingSystemsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publication oci_marketplace_publication}
*/
export declare class DataOciMarketplacePublication extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_marketplace_publication";
/**
* Generates CDKTF code for importing a DataOciMarketplacePublication resource upon running "cdktf plan <stack-name>"
* @param scope The scope in which to define this construct
* @param importToId The construct id used in the generated config for the DataOciMarketplacePublication to import
* @param importFromId The id of the existing DataOciMarketplacePublication that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publication#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciMarketplacePublication to import is found
*/
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
/**
* Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publication oci_marketplace_publication} Data Source
*
* @param scope The scope in which to define this construct
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
* @param options DataOciMarketplacePublicationConfig
*/
constructor(scope: Construct, id: string, config: DataOciMarketplacePublicationConfig);
get compartmentId(): string;
private _definedTags;
get definedTags(): cdktf.StringMap;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
private _icon;
get icon(): DataOciMarketplacePublicationIconList;
get id(): string;
get isAgreementAcknowledged(): cdktf.IResolvable;
get listingType(): string;
get longDescription(): string;
get name(): string;
private _packageDetails;
get packageDetails(): DataOciMarketplacePublicationPackageDetailsList;
get packageType(): string;
private _publicationId?;
get publicationId(): string;
set publicationId(value: string);
get publicationIdInput(): string | undefined;
get shortDescription(): string;
get state(): string;
private _supportContacts;
get supportContacts(): DataOciMarketplacePublicationSupportContactsList;
private _supportedOperatingSystems;
get supportedOperatingSystems(): DataOciMarketplacePublicationSupportedOperatingSystemsList;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}