UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

251 lines (250 loc) 14 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsKmsiSettingConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#attribute_sets DataOciIdentityDomainsKmsiSetting#attribute_sets} */ readonly attributeSets?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#attributes DataOciIdentityDomainsKmsiSetting#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#authorization DataOciIdentityDomainsKmsiSetting#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#idcs_endpoint DataOciIdentityDomainsKmsiSetting#idcs_endpoint} */ readonly idcsEndpoint: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#kmsi_setting_id DataOciIdentityDomainsKmsiSetting#kmsi_setting_id} */ readonly kmsiSettingId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#resource_type_schema_version DataOciIdentityDomainsKmsiSetting#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsKmsiSettingIdcsCreatedBy { } export declare function dataOciIdentityDomainsKmsiSettingIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsKmsiSettingIdcsCreatedBy): any; export declare function dataOciIdentityDomainsKmsiSettingIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsKmsiSettingIdcsCreatedBy): any; export declare class DataOciIdentityDomainsKmsiSettingIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsKmsiSettingIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsKmsiSettingIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsKmsiSettingIdcsCreatedByList 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): DataOciIdentityDomainsKmsiSettingIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsKmsiSettingIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsKmsiSettingIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsKmsiSettingIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsKmsiSettingIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsKmsiSettingIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsKmsiSettingIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsKmsiSettingIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsKmsiSettingIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsKmsiSettingIdcsLastModifiedByList 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): DataOciIdentityDomainsKmsiSettingIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsKmsiSettingMeta { } export declare function dataOciIdentityDomainsKmsiSettingMetaToTerraform(struct?: DataOciIdentityDomainsKmsiSettingMeta): any; export declare function dataOciIdentityDomainsKmsiSettingMetaToHclTerraform(struct?: DataOciIdentityDomainsKmsiSettingMeta): any; export declare class DataOciIdentityDomainsKmsiSettingMetaOutputReference 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(): DataOciIdentityDomainsKmsiSettingMeta | undefined; set internalValue(value: DataOciIdentityDomainsKmsiSettingMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsKmsiSettingMetaList 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): DataOciIdentityDomainsKmsiSettingMetaOutputReference; } export interface DataOciIdentityDomainsKmsiSettingTags { } export declare function dataOciIdentityDomainsKmsiSettingTagsToTerraform(struct?: DataOciIdentityDomainsKmsiSettingTags): any; export declare function dataOciIdentityDomainsKmsiSettingTagsToHclTerraform(struct?: DataOciIdentityDomainsKmsiSettingTags): any; export declare class DataOciIdentityDomainsKmsiSettingTagsOutputReference 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(): DataOciIdentityDomainsKmsiSettingTags | undefined; set internalValue(value: DataOciIdentityDomainsKmsiSettingTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsKmsiSettingTagsList 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): DataOciIdentityDomainsKmsiSettingTagsOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting oci_identity_domains_kmsi_setting} */ export declare class DataOciIdentityDomainsKmsiSetting extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_kmsi_setting"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsKmsiSetting 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 DataOciIdentityDomainsKmsiSetting to import * @param importFromId The id of the existing DataOciIdentityDomainsKmsiSetting that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_kmsi_setting#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsKmsiSetting 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/identity_domains_kmsi_setting oci_identity_domains_kmsi_setting} 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 DataOciIdentityDomainsKmsiSettingConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsKmsiSettingConfig); private _attributeSets?; get attributeSets(): string[]; set attributeSets(value: string[]); resetAttributeSets(): void; get attributeSetsInput(): string[] | undefined; private _attributes?; get attributes(): string; set attributes(value: string); resetAttributes(): void; get attributesInput(): string | undefined; private _authorization?; get authorization(): string; set authorization(value: string); resetAuthorization(): void; get authorizationInput(): string | undefined; get compartmentOcid(): string; get deleteInProgress(): cdktf.IResolvable; get domainOcid(): string; get externalId(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsKmsiSettingIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsKmsiSettingIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; get kmsiFeatureEnabled(): cdktf.IResolvable; get kmsiPromptEnabled(): cdktf.IResolvable; private _kmsiSettingId?; get kmsiSettingId(): string; set kmsiSettingId(value: string); get kmsiSettingIdInput(): string | undefined; get lastEnabledOn(): string; get lastUsedValidityInDays(): number; get maxAllowedSessions(): number; private _meta; get meta(): DataOciIdentityDomainsKmsiSettingMetaList; get ocid(): string; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; private _tags; get tags(): DataOciIdentityDomainsKmsiSettingTagsList; get tenancyOcid(): string; get tokenValidityInDays(): number; get touPromptDisabled(): cdktf.IResolvable; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }