UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

470 lines (469 loc) 25.2 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciKmsKeysConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#algorithm DataOciKmsKeys#algorithm} */ readonly algorithm?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#compartment_id DataOciKmsKeys#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#curve_id DataOciKmsKeys#curve_id} */ readonly curveId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#id DataOciKmsKeys#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/kms_keys#length DataOciKmsKeys#length} */ readonly length?: number; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#management_endpoint DataOciKmsKeys#management_endpoint} */ readonly managementEndpoint: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#protection_mode DataOciKmsKeys#protection_mode} */ readonly protectionMode?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#filter DataOciKmsKeys#filter} */ readonly filter?: DataOciKmsKeysFilter[] | cdktf.IResolvable; } export interface DataOciKmsKeysKeysAutoKeyRotationDetails { } export declare function dataOciKmsKeysKeysAutoKeyRotationDetailsToTerraform(struct?: DataOciKmsKeysKeysAutoKeyRotationDetails): any; export declare function dataOciKmsKeysKeysAutoKeyRotationDetailsToHclTerraform(struct?: DataOciKmsKeysKeysAutoKeyRotationDetails): any; export declare class DataOciKmsKeysKeysAutoKeyRotationDetailsOutputReference 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(): DataOciKmsKeysKeysAutoKeyRotationDetails | undefined; set internalValue(value: DataOciKmsKeysKeysAutoKeyRotationDetails | undefined); get lastRotationMessage(): string; get lastRotationStatus(): string; get rotationIntervalInDays(): number; get timeOfLastRotation(): string; get timeOfNextRotation(): string; get timeOfScheduleStart(): string; } export declare class DataOciKmsKeysKeysAutoKeyRotationDetailsList 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): DataOciKmsKeysKeysAutoKeyRotationDetailsOutputReference; } export interface DataOciKmsKeysKeysExternalKeyReference { } export declare function dataOciKmsKeysKeysExternalKeyReferenceToTerraform(struct?: DataOciKmsKeysKeysExternalKeyReference): any; export declare function dataOciKmsKeysKeysExternalKeyReferenceToHclTerraform(struct?: DataOciKmsKeysKeysExternalKeyReference): any; export declare class DataOciKmsKeysKeysExternalKeyReferenceOutputReference 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(): DataOciKmsKeysKeysExternalKeyReference | undefined; set internalValue(value: DataOciKmsKeysKeysExternalKeyReference | undefined); get externalKeyId(): string; } export declare class DataOciKmsKeysKeysExternalKeyReferenceList 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): DataOciKmsKeysKeysExternalKeyReferenceOutputReference; } export interface DataOciKmsKeysKeysExternalKeyReferenceDetails { } export declare function dataOciKmsKeysKeysExternalKeyReferenceDetailsToTerraform(struct?: DataOciKmsKeysKeysExternalKeyReferenceDetails): any; export declare function dataOciKmsKeysKeysExternalKeyReferenceDetailsToHclTerraform(struct?: DataOciKmsKeysKeysExternalKeyReferenceDetails): any; export declare class DataOciKmsKeysKeysExternalKeyReferenceDetailsOutputReference 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(): DataOciKmsKeysKeysExternalKeyReferenceDetails | undefined; set internalValue(value: DataOciKmsKeysKeysExternalKeyReferenceDetails | undefined); get externalKeyId(): string; get externalKeyVersionId(): string; } export declare class DataOciKmsKeysKeysExternalKeyReferenceDetailsList 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): DataOciKmsKeysKeysExternalKeyReferenceDetailsOutputReference; } export interface DataOciKmsKeysKeysKeyShape { } export declare function dataOciKmsKeysKeysKeyShapeToTerraform(struct?: DataOciKmsKeysKeysKeyShape): any; export declare function dataOciKmsKeysKeysKeyShapeToHclTerraform(struct?: DataOciKmsKeysKeysKeyShape): any; export declare class DataOciKmsKeysKeysKeyShapeOutputReference 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(): DataOciKmsKeysKeysKeyShape | undefined; set internalValue(value: DataOciKmsKeysKeysKeyShape | undefined); get algorithm(): string; get curveId(): string; get length(): number; } export declare class DataOciKmsKeysKeysKeyShapeList 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): DataOciKmsKeysKeysKeyShapeOutputReference; } export interface DataOciKmsKeysKeysReplicaDetails { } export declare function dataOciKmsKeysKeysReplicaDetailsToTerraform(struct?: DataOciKmsKeysKeysReplicaDetails): any; export declare function dataOciKmsKeysKeysReplicaDetailsToHclTerraform(struct?: DataOciKmsKeysKeysReplicaDetails): any; export declare class DataOciKmsKeysKeysReplicaDetailsOutputReference 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(): DataOciKmsKeysKeysReplicaDetails | undefined; set internalValue(value: DataOciKmsKeysKeysReplicaDetails | undefined); get replicationId(): string; } export declare class DataOciKmsKeysKeysReplicaDetailsList 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): DataOciKmsKeysKeysReplicaDetailsOutputReference; } export interface DataOciKmsKeysKeysRestoreFromFile { } export declare function dataOciKmsKeysKeysRestoreFromFileToTerraform(struct?: DataOciKmsKeysKeysRestoreFromFile): any; export declare function dataOciKmsKeysKeysRestoreFromFileToHclTerraform(struct?: DataOciKmsKeysKeysRestoreFromFile): any; export declare class DataOciKmsKeysKeysRestoreFromFileOutputReference 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(): DataOciKmsKeysKeysRestoreFromFile | undefined; set internalValue(value: DataOciKmsKeysKeysRestoreFromFile | undefined); get contentLength(): string; get contentMd5(): string; get restoreKeyFromFileDetails(): string; } export declare class DataOciKmsKeysKeysRestoreFromFileList 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): DataOciKmsKeysKeysRestoreFromFileOutputReference; } export interface DataOciKmsKeysKeysRestoreFromObjectStore { } export declare function dataOciKmsKeysKeysRestoreFromObjectStoreToTerraform(struct?: DataOciKmsKeysKeysRestoreFromObjectStore): any; export declare function dataOciKmsKeysKeysRestoreFromObjectStoreToHclTerraform(struct?: DataOciKmsKeysKeysRestoreFromObjectStore): any; export declare class DataOciKmsKeysKeysRestoreFromObjectStoreOutputReference 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(): DataOciKmsKeysKeysRestoreFromObjectStore | undefined; set internalValue(value: DataOciKmsKeysKeysRestoreFromObjectStore | undefined); get bucket(): string; get destination(): string; get namespace(): string; get object(): string; get uri(): string; } export declare class DataOciKmsKeysKeysRestoreFromObjectStoreList 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): DataOciKmsKeysKeysRestoreFromObjectStoreOutputReference; } export interface DataOciKmsKeysKeys { } export declare function dataOciKmsKeysKeysToTerraform(struct?: DataOciKmsKeysKeys): any; export declare function dataOciKmsKeysKeysToHclTerraform(struct?: DataOciKmsKeysKeys): any; export declare class DataOciKmsKeysKeysOutputReference 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(): DataOciKmsKeysKeys | undefined; set internalValue(value: DataOciKmsKeysKeys | undefined); private _autoKeyRotationDetails; get autoKeyRotationDetails(): DataOciKmsKeysKeysAutoKeyRotationDetailsList; get compartmentId(): string; get currentKeyVersion(): string; private _definedTags; get definedTags(): cdktf.StringMap; get desiredState(): string; get displayName(): string; private _externalKeyReference; get externalKeyReference(): DataOciKmsKeysKeysExternalKeyReferenceList; private _externalKeyReferenceDetails; get externalKeyReferenceDetails(): DataOciKmsKeysKeysExternalKeyReferenceDetailsList; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get isAutoRotationEnabled(): cdktf.IResolvable; get isPrimary(): cdktf.IResolvable; private _keyShape; get keyShape(): DataOciKmsKeysKeysKeyShapeList; get managementEndpoint(): string; get protectionMode(): string; private _replicaDetails; get replicaDetails(): DataOciKmsKeysKeysReplicaDetailsList; private _restoreFromFile; get restoreFromFile(): DataOciKmsKeysKeysRestoreFromFileList; private _restoreFromObjectStore; get restoreFromObjectStore(): DataOciKmsKeysKeysRestoreFromObjectStoreList; get restoreTrigger(): cdktf.IResolvable; get restoredFromKeyId(): string; get state(): string; get timeCreated(): string; get timeOfDeletion(): string; get vaultId(): string; } export declare class DataOciKmsKeysKeysList 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): DataOciKmsKeysKeysOutputReference; } export interface DataOciKmsKeysFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#name DataOciKmsKeys#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#regex DataOciKmsKeys#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#values DataOciKmsKeys#values} */ readonly values: string[]; } export declare function dataOciKmsKeysFilterToTerraform(struct?: DataOciKmsKeysFilter | cdktf.IResolvable): any; export declare function dataOciKmsKeysFilterToHclTerraform(struct?: DataOciKmsKeysFilter | cdktf.IResolvable): any; export declare class DataOciKmsKeysFilterOutputReference 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(): DataOciKmsKeysFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciKmsKeysFilter | 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 DataOciKmsKeysFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciKmsKeysFilter[] | 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): DataOciKmsKeysFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys oci_kms_keys} */ export declare class DataOciKmsKeys extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_kms_keys"; /** * Generates CDKTF code for importing a DataOciKmsKeys 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 DataOciKmsKeys to import * @param importFromId The id of the existing DataOciKmsKeys that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/kms_keys#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciKmsKeys 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/kms_keys oci_kms_keys} 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 DataOciKmsKeysConfig */ constructor(scope: Construct, id: string, config: DataOciKmsKeysConfig); private _algorithm?; get algorithm(): string; set algorithm(value: string); resetAlgorithm(): void; get algorithmInput(): string | undefined; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _curveId?; get curveId(): string; set curveId(value: string); resetCurveId(): void; get curveIdInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _keys; get keys(): DataOciKmsKeysKeysList; private _length?; get length(): number; set length(value: number); resetLength(): void; get lengthInput(): number | undefined; private _managementEndpoint?; get managementEndpoint(): string; set managementEndpoint(value: string); get managementEndpointInput(): string | undefined; private _protectionMode?; get protectionMode(): string; set protectionMode(value: string); resetProtectionMode(): void; get protectionModeInput(): string | undefined; private _filter; get filter(): DataOciKmsKeysFilterList; putFilter(value: DataOciKmsKeysFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciKmsKeysFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }