rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
204 lines (203 loc) • 12 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciFunctionsPbfListingVersionConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listing_version#id DataOciFunctionsPbfListingVersion#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/functions_pbf_listing_version#pbf_listing_version_id DataOciFunctionsPbfListingVersion#pbf_listing_version_id}
*/
readonly pbfListingVersionId: string;
}
export interface DataOciFunctionsPbfListingVersionConfigA {
}
export declare function dataOciFunctionsPbfListingVersionConfigAToTerraform(struct?: DataOciFunctionsPbfListingVersionConfigA): any;
export declare function dataOciFunctionsPbfListingVersionConfigAToHclTerraform(struct?: DataOciFunctionsPbfListingVersionConfigA): any;
export declare class DataOciFunctionsPbfListingVersionConfigAOutputReference 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(): DataOciFunctionsPbfListingVersionConfigA | undefined;
set internalValue(value: DataOciFunctionsPbfListingVersionConfigA | undefined);
get description(): string;
get isOptional(): cdktf.IResolvable;
get key(): string;
}
export declare class DataOciFunctionsPbfListingVersionConfigAList 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): DataOciFunctionsPbfListingVersionConfigAOutputReference;
}
export interface DataOciFunctionsPbfListingVersionRequirementsPolicies {
}
export declare function dataOciFunctionsPbfListingVersionRequirementsPoliciesToTerraform(struct?: DataOciFunctionsPbfListingVersionRequirementsPolicies): any;
export declare function dataOciFunctionsPbfListingVersionRequirementsPoliciesToHclTerraform(struct?: DataOciFunctionsPbfListingVersionRequirementsPolicies): any;
export declare class DataOciFunctionsPbfListingVersionRequirementsPoliciesOutputReference 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(): DataOciFunctionsPbfListingVersionRequirementsPolicies | undefined;
set internalValue(value: DataOciFunctionsPbfListingVersionRequirementsPolicies | undefined);
get description(): string;
get policy(): string;
}
export declare class DataOciFunctionsPbfListingVersionRequirementsPoliciesList 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): DataOciFunctionsPbfListingVersionRequirementsPoliciesOutputReference;
}
export interface DataOciFunctionsPbfListingVersionRequirements {
}
export declare function dataOciFunctionsPbfListingVersionRequirementsToTerraform(struct?: DataOciFunctionsPbfListingVersionRequirements): any;
export declare function dataOciFunctionsPbfListingVersionRequirementsToHclTerraform(struct?: DataOciFunctionsPbfListingVersionRequirements): any;
export declare class DataOciFunctionsPbfListingVersionRequirementsOutputReference 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(): DataOciFunctionsPbfListingVersionRequirements | undefined;
set internalValue(value: DataOciFunctionsPbfListingVersionRequirements | undefined);
get minMemoryRequiredInMbs(): string;
private _policies;
get policies(): DataOciFunctionsPbfListingVersionRequirementsPoliciesList;
}
export declare class DataOciFunctionsPbfListingVersionRequirementsList 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): DataOciFunctionsPbfListingVersionRequirementsOutputReference;
}
export interface DataOciFunctionsPbfListingVersionTriggers {
}
export declare function dataOciFunctionsPbfListingVersionTriggersToTerraform(struct?: DataOciFunctionsPbfListingVersionTriggers): any;
export declare function dataOciFunctionsPbfListingVersionTriggersToHclTerraform(struct?: DataOciFunctionsPbfListingVersionTriggers): any;
export declare class DataOciFunctionsPbfListingVersionTriggersOutputReference 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(): DataOciFunctionsPbfListingVersionTriggers | undefined;
set internalValue(value: DataOciFunctionsPbfListingVersionTriggers | undefined);
get name(): string;
}
export declare class DataOciFunctionsPbfListingVersionTriggersList 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): DataOciFunctionsPbfListingVersionTriggersOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listing_version oci_functions_pbf_listing_version}
*/
export declare class DataOciFunctionsPbfListingVersion extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_functions_pbf_listing_version";
/**
* Generates CDKTF code for importing a DataOciFunctionsPbfListingVersion 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 DataOciFunctionsPbfListingVersion to import
* @param importFromId The id of the existing DataOciFunctionsPbfListingVersion that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/functions_pbf_listing_version#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciFunctionsPbfListingVersion 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/functions_pbf_listing_version oci_functions_pbf_listing_version} 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 DataOciFunctionsPbfListingVersionConfig
*/
constructor(scope: Construct, id: string, config: DataOciFunctionsPbfListingVersionConfig);
get changeSummary(): string;
private _config;
get config(): DataOciFunctionsPbfListingVersionConfigAList;
private _definedTags;
get definedTags(): cdktf.StringMap;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
get name(): string;
get pbfListingId(): string;
private _pbfListingVersionId?;
get pbfListingVersionId(): string;
set pbfListingVersionId(value: string);
get pbfListingVersionIdInput(): string | undefined;
private _requirements;
get requirements(): DataOciFunctionsPbfListingVersionRequirementsList;
get state(): string;
private _systemTags;
get systemTags(): cdktf.StringMap;
get timeCreated(): string;
get timeUpdated(): string;
private _triggers;
get triggers(): DataOciFunctionsPbfListingVersionTriggersList;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}