UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

295 lines (294 loc) 17.3 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciMarketplaceListingPackageConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_listing_package#compartment_id DataOciMarketplaceListingPackage#compartment_id} */ readonly compartmentId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_listing_package#id DataOciMarketplaceListingPackage#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_listing_package#listing_id DataOciMarketplaceListingPackage#listing_id} */ readonly listingId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_listing_package#package_version DataOciMarketplaceListingPackage#package_version} */ readonly packageVersion: string; } export interface DataOciMarketplaceListingPackageOperatingSystem { } export declare function dataOciMarketplaceListingPackageOperatingSystemToTerraform(struct?: DataOciMarketplaceListingPackageOperatingSystem): any; export declare function dataOciMarketplaceListingPackageOperatingSystemToHclTerraform(struct?: DataOciMarketplaceListingPackageOperatingSystem): any; export declare class DataOciMarketplaceListingPackageOperatingSystemOutputReference 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(): DataOciMarketplaceListingPackageOperatingSystem | undefined; set internalValue(value: DataOciMarketplaceListingPackageOperatingSystem | undefined); get name(): string; } export declare class DataOciMarketplaceListingPackageOperatingSystemList 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): DataOciMarketplaceListingPackageOperatingSystemOutputReference; } export interface DataOciMarketplaceListingPackagePricingInternationalMarketPrice { } export declare function dataOciMarketplaceListingPackagePricingInternationalMarketPriceToTerraform(struct?: DataOciMarketplaceListingPackagePricingInternationalMarketPrice): any; export declare function dataOciMarketplaceListingPackagePricingInternationalMarketPriceToHclTerraform(struct?: DataOciMarketplaceListingPackagePricingInternationalMarketPrice): any; export declare class DataOciMarketplaceListingPackagePricingInternationalMarketPriceOutputReference 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(): DataOciMarketplaceListingPackagePricingInternationalMarketPrice | undefined; set internalValue(value: DataOciMarketplaceListingPackagePricingInternationalMarketPrice | undefined); get currencyCode(): string; get currencySymbol(): string; get rate(): number; } export declare class DataOciMarketplaceListingPackagePricingInternationalMarketPriceList 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): DataOciMarketplaceListingPackagePricingInternationalMarketPriceOutputReference; } export interface DataOciMarketplaceListingPackagePricing { } export declare function dataOciMarketplaceListingPackagePricingToTerraform(struct?: DataOciMarketplaceListingPackagePricing): any; export declare function dataOciMarketplaceListingPackagePricingToHclTerraform(struct?: DataOciMarketplaceListingPackagePricing): any; export declare class DataOciMarketplaceListingPackagePricingOutputReference 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(): DataOciMarketplaceListingPackagePricing | undefined; set internalValue(value: DataOciMarketplaceListingPackagePricing | undefined); get currency(): string; private _internationalMarketPrice; get internationalMarketPrice(): DataOciMarketplaceListingPackagePricingInternationalMarketPriceList; get payGoStrategy(): string; get rate(): number; get type(): string; } export declare class DataOciMarketplaceListingPackagePricingList 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): DataOciMarketplaceListingPackagePricingOutputReference; } export interface DataOciMarketplaceListingPackageRegionsCountries { } export declare function dataOciMarketplaceListingPackageRegionsCountriesToTerraform(struct?: DataOciMarketplaceListingPackageRegionsCountries): any; export declare function dataOciMarketplaceListingPackageRegionsCountriesToHclTerraform(struct?: DataOciMarketplaceListingPackageRegionsCountries): any; export declare class DataOciMarketplaceListingPackageRegionsCountriesOutputReference 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(): DataOciMarketplaceListingPackageRegionsCountries | undefined; set internalValue(value: DataOciMarketplaceListingPackageRegionsCountries | undefined); get code(): string; get name(): string; } export declare class DataOciMarketplaceListingPackageRegionsCountriesList 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): DataOciMarketplaceListingPackageRegionsCountriesOutputReference; } export interface DataOciMarketplaceListingPackageRegions { } export declare function dataOciMarketplaceListingPackageRegionsToTerraform(struct?: DataOciMarketplaceListingPackageRegions): any; export declare function dataOciMarketplaceListingPackageRegionsToHclTerraform(struct?: DataOciMarketplaceListingPackageRegions): any; export declare class DataOciMarketplaceListingPackageRegionsOutputReference 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(): DataOciMarketplaceListingPackageRegions | undefined; set internalValue(value: DataOciMarketplaceListingPackageRegions | undefined); get code(): string; private _countries; get countries(): DataOciMarketplaceListingPackageRegionsCountriesList; get name(): string; } export declare class DataOciMarketplaceListingPackageRegionsList 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): DataOciMarketplaceListingPackageRegionsOutputReference; } export interface DataOciMarketplaceListingPackageVariables { } export declare function dataOciMarketplaceListingPackageVariablesToTerraform(struct?: DataOciMarketplaceListingPackageVariables): any; export declare function dataOciMarketplaceListingPackageVariablesToHclTerraform(struct?: DataOciMarketplaceListingPackageVariables): any; export declare class DataOciMarketplaceListingPackageVariablesOutputReference 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(): DataOciMarketplaceListingPackageVariables | undefined; set internalValue(value: DataOciMarketplaceListingPackageVariables | undefined); get dataType(): string; get defaultValue(): string; get description(): string; get hintMessage(): string; get isMandatory(): cdktf.IResolvable; get name(): string; } export declare class DataOciMarketplaceListingPackageVariablesList 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): DataOciMarketplaceListingPackageVariablesOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_listing_package oci_marketplace_listing_package} */ export declare class DataOciMarketplaceListingPackage extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_marketplace_listing_package"; /** * Generates CDKTF code for importing a DataOciMarketplaceListingPackage 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 DataOciMarketplaceListingPackage to import * @param importFromId The id of the existing DataOciMarketplaceListingPackage that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/marketplace_listing_package#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciMarketplaceListingPackage 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_listing_package oci_marketplace_listing_package} 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 DataOciMarketplaceListingPackageConfig */ constructor(scope: Construct, id: string, config: DataOciMarketplaceListingPackageConfig); get appCatalogListingId(): string; get appCatalogListingResourceVersion(): string; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); resetCompartmentId(): void; get compartmentIdInput(): string | undefined; get description(): string; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; get imageId(): string; private _listingId?; get listingId(): string; set listingId(value: string); get listingIdInput(): string | undefined; private _operatingSystem; get operatingSystem(): DataOciMarketplaceListingPackageOperatingSystemList; get packageType(): string; private _packageVersion?; get packageVersion(): string; set packageVersion(value: string); get packageVersionInput(): string | undefined; private _pricing; get pricing(): DataOciMarketplaceListingPackagePricingList; private _regions; get regions(): DataOciMarketplaceListingPackageRegionsList; get resourceId(): string; get resourceLink(): string; get timeCreated(): string; private _variables; get variables(): DataOciMarketplaceListingPackageVariablesList; get version(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }