UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

419 lines (418 loc) 24.9 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciMarketplacePublicationsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#compartment_id DataOciMarketplacePublications#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#id DataOciMarketplacePublications#id} * * Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. * If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. */ readonly id?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#listing_type DataOciMarketplacePublications#listing_type} */ readonly listingType: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#name DataOciMarketplacePublications#name} */ readonly name?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#operating_systems DataOciMarketplacePublications#operating_systems} */ readonly operatingSystems?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#publication_id DataOciMarketplacePublications#publication_id} */ readonly publicationId?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#filter DataOciMarketplacePublications#filter} */ readonly filter?: DataOciMarketplacePublicationsFilter[] | cdktf.IResolvable; } export interface DataOciMarketplacePublicationsPublicationsIcon { } export declare function dataOciMarketplacePublicationsPublicationsIconToTerraform(struct?: DataOciMarketplacePublicationsPublicationsIcon): any; export declare function dataOciMarketplacePublicationsPublicationsIconToHclTerraform(struct?: DataOciMarketplacePublicationsPublicationsIcon): any; export declare class DataOciMarketplacePublicationsPublicationsIconOutputReference 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(): DataOciMarketplacePublicationsPublicationsIcon | undefined; set internalValue(value: DataOciMarketplacePublicationsPublicationsIcon | undefined); get contentUrl(): string; get fileExtension(): string; get mimeType(): string; get name(): string; } export declare class DataOciMarketplacePublicationsPublicationsIconList 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): DataOciMarketplacePublicationsPublicationsIconOutputReference; } export interface DataOciMarketplacePublicationsPublicationsPackageDetailsEula { } export declare function dataOciMarketplacePublicationsPublicationsPackageDetailsEulaToTerraform(struct?: DataOciMarketplacePublicationsPublicationsPackageDetailsEula): any; export declare function dataOciMarketplacePublicationsPublicationsPackageDetailsEulaToHclTerraform(struct?: DataOciMarketplacePublicationsPublicationsPackageDetailsEula): any; export declare class DataOciMarketplacePublicationsPublicationsPackageDetailsEulaOutputReference 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(): DataOciMarketplacePublicationsPublicationsPackageDetailsEula | undefined; set internalValue(value: DataOciMarketplacePublicationsPublicationsPackageDetailsEula | undefined); get eulaType(): string; get licenseText(): string; } export declare class DataOciMarketplacePublicationsPublicationsPackageDetailsEulaList 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): DataOciMarketplacePublicationsPublicationsPackageDetailsEulaOutputReference; } export interface DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystem { } export declare function dataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystemToTerraform(struct?: DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystem): any; export declare function dataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystemToHclTerraform(struct?: DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystem): any; export declare class DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystemOutputReference 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(): DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystem | undefined; set internalValue(value: DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystem | undefined); get name(): string; } export declare class DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystemList 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): DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystemOutputReference; } export interface DataOciMarketplacePublicationsPublicationsPackageDetails { } export declare function dataOciMarketplacePublicationsPublicationsPackageDetailsToTerraform(struct?: DataOciMarketplacePublicationsPublicationsPackageDetails): any; export declare function dataOciMarketplacePublicationsPublicationsPackageDetailsToHclTerraform(struct?: DataOciMarketplacePublicationsPublicationsPackageDetails): any; export declare class DataOciMarketplacePublicationsPublicationsPackageDetailsOutputReference 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(): DataOciMarketplacePublicationsPublicationsPackageDetails | undefined; set internalValue(value: DataOciMarketplacePublicationsPublicationsPackageDetails | undefined); private _eula; get eula(): DataOciMarketplacePublicationsPublicationsPackageDetailsEulaList; get imageId(): string; private _operatingSystem; get operatingSystem(): DataOciMarketplacePublicationsPublicationsPackageDetailsOperatingSystemList; get packageType(): string; get packageVersion(): string; } export declare class DataOciMarketplacePublicationsPublicationsPackageDetailsList 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): DataOciMarketplacePublicationsPublicationsPackageDetailsOutputReference; } export interface DataOciMarketplacePublicationsPublicationsSupportContacts { } export declare function dataOciMarketplacePublicationsPublicationsSupportContactsToTerraform(struct?: DataOciMarketplacePublicationsPublicationsSupportContacts): any; export declare function dataOciMarketplacePublicationsPublicationsSupportContactsToHclTerraform(struct?: DataOciMarketplacePublicationsPublicationsSupportContacts): any; export declare class DataOciMarketplacePublicationsPublicationsSupportContactsOutputReference 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(): DataOciMarketplacePublicationsPublicationsSupportContacts | undefined; set internalValue(value: DataOciMarketplacePublicationsPublicationsSupportContacts | undefined); get email(): string; get name(): string; get phone(): string; get subject(): string; } export declare class DataOciMarketplacePublicationsPublicationsSupportContactsList 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): DataOciMarketplacePublicationsPublicationsSupportContactsOutputReference; } export interface DataOciMarketplacePublicationsPublicationsSupportedOperatingSystems { } export declare function dataOciMarketplacePublicationsPublicationsSupportedOperatingSystemsToTerraform(struct?: DataOciMarketplacePublicationsPublicationsSupportedOperatingSystems): any; export declare function dataOciMarketplacePublicationsPublicationsSupportedOperatingSystemsToHclTerraform(struct?: DataOciMarketplacePublicationsPublicationsSupportedOperatingSystems): any; export declare class DataOciMarketplacePublicationsPublicationsSupportedOperatingSystemsOutputReference 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(): DataOciMarketplacePublicationsPublicationsSupportedOperatingSystems | undefined; set internalValue(value: DataOciMarketplacePublicationsPublicationsSupportedOperatingSystems | undefined); get name(): string; } export declare class DataOciMarketplacePublicationsPublicationsSupportedOperatingSystemsList 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): DataOciMarketplacePublicationsPublicationsSupportedOperatingSystemsOutputReference; } export interface DataOciMarketplacePublicationsPublications { } export declare function dataOciMarketplacePublicationsPublicationsToTerraform(struct?: DataOciMarketplacePublicationsPublications): any; export declare function dataOciMarketplacePublicationsPublicationsToHclTerraform(struct?: DataOciMarketplacePublicationsPublications): any; export declare class DataOciMarketplacePublicationsPublicationsOutputReference 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(): DataOciMarketplacePublicationsPublications | undefined; set internalValue(value: DataOciMarketplacePublicationsPublications | undefined); get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; private _freeformTags; get freeformTags(): cdktf.StringMap; private _icon; get icon(): DataOciMarketplacePublicationsPublicationsIconList; get id(): string; get isAgreementAcknowledged(): cdktf.IResolvable; get listingType(): string; get longDescription(): string; get name(): string; private _packageDetails; get packageDetails(): DataOciMarketplacePublicationsPublicationsPackageDetailsList; get packageType(): string; get shortDescription(): string; get state(): string; private _supportContacts; get supportContacts(): DataOciMarketplacePublicationsPublicationsSupportContactsList; private _supportedOperatingSystems; get supportedOperatingSystems(): DataOciMarketplacePublicationsPublicationsSupportedOperatingSystemsList; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; } export declare class DataOciMarketplacePublicationsPublicationsList 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): DataOciMarketplacePublicationsPublicationsOutputReference; } export interface DataOciMarketplacePublicationsFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#name DataOciMarketplacePublications#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#regex DataOciMarketplacePublications#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#values DataOciMarketplacePublications#values} */ readonly values: string[]; } export declare function dataOciMarketplacePublicationsFilterToTerraform(struct?: DataOciMarketplacePublicationsFilter | cdktf.IResolvable): any; export declare function dataOciMarketplacePublicationsFilterToHclTerraform(struct?: DataOciMarketplacePublicationsFilter | cdktf.IResolvable): any; export declare class DataOciMarketplacePublicationsFilterOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @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(): DataOciMarketplacePublicationsFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciMarketplacePublicationsFilter | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string | undefined; private _regex?; get regex(): boolean | cdktf.IResolvable; set regex(value: boolean | cdktf.IResolvable); resetRegex(): void; get regexInput(): boolean | cdktf.IResolvable | undefined; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[] | undefined; } export declare class DataOciMarketplacePublicationsFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciMarketplacePublicationsFilter[] | cdktf.IResolvable; /** * @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): DataOciMarketplacePublicationsFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications oci_marketplace_publications} */ export declare class DataOciMarketplacePublications extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_marketplace_publications"; /** * Generates CDKTF code for importing a DataOciMarketplacePublications 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 DataOciMarketplacePublications to import * @param importFromId The id of the existing DataOciMarketplacePublications that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_publications#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciMarketplacePublications 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_publications oci_marketplace_publications} 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 DataOciMarketplacePublicationsConfig */ constructor(scope: Construct, id: string, config: DataOciMarketplacePublicationsConfig); private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _listingType?; get listingType(): string; set listingType(value: string); get listingTypeInput(): string | undefined; private _name?; get name(): string[]; set name(value: string[]); resetName(): void; get nameInput(): string[] | undefined; private _operatingSystems?; get operatingSystems(): string[]; set operatingSystems(value: string[]); resetOperatingSystems(): void; get operatingSystemsInput(): string[] | undefined; private _publicationId?; get publicationId(): string; set publicationId(value: string); resetPublicationId(): void; get publicationIdInput(): string | undefined; private _publications; get publications(): DataOciMarketplacePublicationsPublicationsList; private _filter; get filter(): DataOciMarketplacePublicationsFilterList; putFilter(value: DataOciMarketplacePublicationsFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciMarketplacePublicationsFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }