UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

321 lines (320 loc) 19.2 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciIdentityDomainsCustomerSecretKeyConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_customer_secret_key#attribute_sets DataOciIdentityDomainsCustomerSecretKey#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_customer_secret_key#attributes DataOciIdentityDomainsCustomerSecretKey#attributes} */ readonly attributes?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_customer_secret_key#authorization DataOciIdentityDomainsCustomerSecretKey#authorization} */ readonly authorization?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_customer_secret_key#customer_secret_key_id DataOciIdentityDomainsCustomerSecretKey#customer_secret_key_id} */ readonly customerSecretKeyId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_customer_secret_key#idcs_endpoint DataOciIdentityDomainsCustomerSecretKey#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_customer_secret_key#resource_type_schema_version DataOciIdentityDomainsCustomerSecretKey#resource_type_schema_version} */ readonly resourceTypeSchemaVersion?: string; } export interface DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedBy { } export declare function dataOciIdentityDomainsCustomerSecretKeyIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedBy): any; export declare function dataOciIdentityDomainsCustomerSecretKeyIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedBy): any; export declare class DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedBy | undefined; set internalValue(value: DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedByList 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): DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedByOutputReference; } export interface DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedBy { } export declare function dataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedBy): any; export declare function dataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedBy): any; export declare class DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedBy | undefined; set internalValue(value: DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedBy | undefined); get display(): string; get ocid(): string; get ref(): string; get type(): string; get value(): string; } export declare class DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedByList 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): DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedByOutputReference; } export interface DataOciIdentityDomainsCustomerSecretKeyMeta { } export declare function dataOciIdentityDomainsCustomerSecretKeyMetaToTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyMeta): any; export declare function dataOciIdentityDomainsCustomerSecretKeyMetaToHclTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyMeta): any; export declare class DataOciIdentityDomainsCustomerSecretKeyMetaOutputReference 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(): DataOciIdentityDomainsCustomerSecretKeyMeta | undefined; set internalValue(value: DataOciIdentityDomainsCustomerSecretKeyMeta | undefined); get created(): string; get lastModified(): string; get location(): string; get resourceType(): string; get version(): string; } export declare class DataOciIdentityDomainsCustomerSecretKeyMetaList 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): DataOciIdentityDomainsCustomerSecretKeyMetaOutputReference; } export interface DataOciIdentityDomainsCustomerSecretKeyTags { } export declare function dataOciIdentityDomainsCustomerSecretKeyTagsToTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyTags): any; export declare function dataOciIdentityDomainsCustomerSecretKeyTagsToHclTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyTags): any; export declare class DataOciIdentityDomainsCustomerSecretKeyTagsOutputReference 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(): DataOciIdentityDomainsCustomerSecretKeyTags | undefined; set internalValue(value: DataOciIdentityDomainsCustomerSecretKeyTags | undefined); get key(): string; get value(): string; } export declare class DataOciIdentityDomainsCustomerSecretKeyTagsList 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): DataOciIdentityDomainsCustomerSecretKeyTagsOutputReference; } export interface DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser { } export declare function dataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any; export declare function dataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserToHclTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser): any; export declare class DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference 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(): DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined; set internalValue(value: DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUser | undefined); get allowSelfChange(): cdktf.IResolvable; } export declare class DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList 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): DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserOutputReference; } export interface DataOciIdentityDomainsCustomerSecretKeyUser { } export declare function dataOciIdentityDomainsCustomerSecretKeyUserToTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyUser): any; export declare function dataOciIdentityDomainsCustomerSecretKeyUserToHclTerraform(struct?: DataOciIdentityDomainsCustomerSecretKeyUser): any; export declare class DataOciIdentityDomainsCustomerSecretKeyUserOutputReference 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(): DataOciIdentityDomainsCustomerSecretKeyUser | undefined; set internalValue(value: DataOciIdentityDomainsCustomerSecretKeyUser | undefined); get display(): string; get name(): string; get ocid(): string; get ref(): string; get value(): string; } export declare class DataOciIdentityDomainsCustomerSecretKeyUserList 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): DataOciIdentityDomainsCustomerSecretKeyUserOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_customer_secret_key oci_identity_domains_customer_secret_key} */ export declare class DataOciIdentityDomainsCustomerSecretKey extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_identity_domains_customer_secret_key"; /** * Generates CDKTF code for importing a DataOciIdentityDomainsCustomerSecretKey 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 DataOciIdentityDomainsCustomerSecretKey to import * @param importFromId The id of the existing DataOciIdentityDomainsCustomerSecretKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_customer_secret_key#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciIdentityDomainsCustomerSecretKey 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_customer_secret_key oci_identity_domains_customer_secret_key} 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 DataOciIdentityDomainsCustomerSecretKeyConfig */ constructor(scope: Construct, id: string, config: DataOciIdentityDomainsCustomerSecretKeyConfig); get accessKey(): string; 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; private _customerSecretKeyId?; get customerSecretKeyId(): string; set customerSecretKeyId(value: string); get customerSecretKeyIdInput(): string | undefined; get deleteInProgress(): cdktf.IResolvable; get description(): string; get displayName(): string; get domainOcid(): string; get expiresOn(): string; get id(): string; private _idcsCreatedBy; get idcsCreatedBy(): DataOciIdentityDomainsCustomerSecretKeyIdcsCreatedByList; private _idcsEndpoint?; get idcsEndpoint(): string; set idcsEndpoint(value: string); get idcsEndpointInput(): string | undefined; private _idcsLastModifiedBy; get idcsLastModifiedBy(): DataOciIdentityDomainsCustomerSecretKeyIdcsLastModifiedByList; get idcsLastUpgradedInRelease(): string; get idcsPreventedOperations(): string[]; private _meta; get meta(): DataOciIdentityDomainsCustomerSecretKeyMetaList; get ocid(): string; private _resourceTypeSchemaVersion?; get resourceTypeSchemaVersion(): string; set resourceTypeSchemaVersion(value: string); resetResourceTypeSchemaVersion(): void; get resourceTypeSchemaVersionInput(): string | undefined; get schemas(): string[]; get secretKey(): string; get status(): string; private _tags; get tags(): DataOciIdentityDomainsCustomerSecretKeyTagsList; get tenancyOcid(): string; private _urnietfparamsscimschemasoracleidcsextensionselfChangeUser; get urnietfparamsscimschemasoracleidcsextensionselfChangeUser(): DataOciIdentityDomainsCustomerSecretKeyUrnietfparamsscimschemasoracleidcsextensionselfChangeUserList; private _user; get user(): DataOciIdentityDomainsCustomerSecretKeyUserList; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }