rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
393 lines (392 loc) • 21.5 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface IdentityDomainsMyCustomerSecretKeyConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#authorization IdentityDomainsMyCustomerSecretKey#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#description IdentityDomainsMyCustomerSecretKey#description}
*/
readonly description?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#display_name IdentityDomainsMyCustomerSecretKey#display_name}
*/
readonly displayName?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#expires_on IdentityDomainsMyCustomerSecretKey#expires_on}
*/
readonly expiresOn?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#idcs_endpoint IdentityDomainsMyCustomerSecretKey#idcs_endpoint}
*/
readonly idcsEndpoint: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#ocid IdentityDomainsMyCustomerSecretKey#ocid}
*/
readonly ocid?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#resource_type_schema_version IdentityDomainsMyCustomerSecretKey#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#schemas IdentityDomainsMyCustomerSecretKey#schemas}
*/
readonly schemas: string[];
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#status IdentityDomainsMyCustomerSecretKey#status}
*/
readonly status?: string;
/**
* tags block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#tags IdentityDomainsMyCustomerSecretKey#tags}
*/
readonly tags?: IdentityDomainsMyCustomerSecretKeyTags[] | cdktf.IResolvable;
/**
* timeouts block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#timeouts IdentityDomainsMyCustomerSecretKey#timeouts}
*/
readonly timeouts?: IdentityDomainsMyCustomerSecretKeyTimeouts;
/**
* user block
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#user IdentityDomainsMyCustomerSecretKey#user}
*/
readonly user?: IdentityDomainsMyCustomerSecretKeyUser;
}
export interface IdentityDomainsMyCustomerSecretKeyIdcsCreatedBy {
}
export declare function identityDomainsMyCustomerSecretKeyIdcsCreatedByToTerraform(struct?: IdentityDomainsMyCustomerSecretKeyIdcsCreatedBy): any;
export declare function identityDomainsMyCustomerSecretKeyIdcsCreatedByToHclTerraform(struct?: IdentityDomainsMyCustomerSecretKeyIdcsCreatedBy): any;
export declare class IdentityDomainsMyCustomerSecretKeyIdcsCreatedByOutputReference 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(): IdentityDomainsMyCustomerSecretKeyIdcsCreatedBy | undefined;
set internalValue(value: IdentityDomainsMyCustomerSecretKeyIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class IdentityDomainsMyCustomerSecretKeyIdcsCreatedByList 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): IdentityDomainsMyCustomerSecretKeyIdcsCreatedByOutputReference;
}
export interface IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedBy {
}
export declare function identityDomainsMyCustomerSecretKeyIdcsLastModifiedByToTerraform(struct?: IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedBy): any;
export declare function identityDomainsMyCustomerSecretKeyIdcsLastModifiedByToHclTerraform(struct?: IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedBy): any;
export declare class IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedByOutputReference 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(): IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedBy | undefined;
set internalValue(value: IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedByList 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): IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedByOutputReference;
}
export interface IdentityDomainsMyCustomerSecretKeyMeta {
}
export declare function identityDomainsMyCustomerSecretKeyMetaToTerraform(struct?: IdentityDomainsMyCustomerSecretKeyMeta): any;
export declare function identityDomainsMyCustomerSecretKeyMetaToHclTerraform(struct?: IdentityDomainsMyCustomerSecretKeyMeta): any;
export declare class IdentityDomainsMyCustomerSecretKeyMetaOutputReference 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(): IdentityDomainsMyCustomerSecretKeyMeta | undefined;
set internalValue(value: IdentityDomainsMyCustomerSecretKeyMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class IdentityDomainsMyCustomerSecretKeyMetaList 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): IdentityDomainsMyCustomerSecretKeyMetaOutputReference;
}
export interface IdentityDomainsMyCustomerSecretKeyTags {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#key IdentityDomainsMyCustomerSecretKey#key}
*/
readonly key: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#value IdentityDomainsMyCustomerSecretKey#value}
*/
readonly value: string;
}
export declare function identityDomainsMyCustomerSecretKeyTagsToTerraform(struct?: IdentityDomainsMyCustomerSecretKeyTags | cdktf.IResolvable): any;
export declare function identityDomainsMyCustomerSecretKeyTagsToHclTerraform(struct?: IdentityDomainsMyCustomerSecretKeyTags | cdktf.IResolvable): any;
export declare class IdentityDomainsMyCustomerSecretKeyTagsOutputReference 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(): IdentityDomainsMyCustomerSecretKeyTags | cdktf.IResolvable | undefined;
set internalValue(value: IdentityDomainsMyCustomerSecretKeyTags | cdktf.IResolvable | undefined);
private _key?;
get key(): string;
set key(value: string);
get keyInput(): string | undefined;
private _value?;
get value(): string;
set value(value: string);
get valueInput(): string | undefined;
}
export declare class IdentityDomainsMyCustomerSecretKeyTagsList extends cdktf.ComplexList {
protected terraformResource: cdktf.IInterpolatingParent;
protected terraformAttribute: string;
protected wrapsSet: boolean;
internalValue?: IdentityDomainsMyCustomerSecretKeyTags[] | 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): IdentityDomainsMyCustomerSecretKeyTagsOutputReference;
}
export interface IdentityDomainsMyCustomerSecretKeyTimeouts {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#create IdentityDomainsMyCustomerSecretKey#create}
*/
readonly create?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#delete IdentityDomainsMyCustomerSecretKey#delete}
*/
readonly delete?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#update IdentityDomainsMyCustomerSecretKey#update}
*/
readonly update?: string;
}
export declare function identityDomainsMyCustomerSecretKeyTimeoutsToTerraform(struct?: IdentityDomainsMyCustomerSecretKeyTimeouts | cdktf.IResolvable): any;
export declare function identityDomainsMyCustomerSecretKeyTimeoutsToHclTerraform(struct?: IdentityDomainsMyCustomerSecretKeyTimeouts | cdktf.IResolvable): any;
export declare class IdentityDomainsMyCustomerSecretKeyTimeoutsOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
private resolvableValue?;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): IdentityDomainsMyCustomerSecretKeyTimeouts | cdktf.IResolvable | undefined;
set internalValue(value: IdentityDomainsMyCustomerSecretKeyTimeouts | cdktf.IResolvable | undefined);
private _create?;
get create(): string;
set create(value: string);
resetCreate(): void;
get createInput(): string | undefined;
private _delete?;
get delete(): string;
set delete(value: string);
resetDelete(): void;
get deleteInput(): string | undefined;
private _update?;
get update(): string;
set update(value: string);
resetUpdate(): void;
get updateInput(): string | undefined;
}
export interface IdentityDomainsMyCustomerSecretKeyUser {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#ocid IdentityDomainsMyCustomerSecretKey#ocid}
*/
readonly ocid?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key#value IdentityDomainsMyCustomerSecretKey#value}
*/
readonly value?: string;
}
export declare function identityDomainsMyCustomerSecretKeyUserToTerraform(struct?: IdentityDomainsMyCustomerSecretKeyUserOutputReference | IdentityDomainsMyCustomerSecretKeyUser): any;
export declare function identityDomainsMyCustomerSecretKeyUserToHclTerraform(struct?: IdentityDomainsMyCustomerSecretKeyUserOutputReference | IdentityDomainsMyCustomerSecretKeyUser): any;
export declare class IdentityDomainsMyCustomerSecretKeyUserOutputReference extends cdktf.ComplexObject {
private isEmptyObject;
/**
* @param terraformResource The parent resource
* @param terraformAttribute The attribute on the parent resource this class is referencing
*/
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
get internalValue(): IdentityDomainsMyCustomerSecretKeyUser | undefined;
set internalValue(value: IdentityDomainsMyCustomerSecretKeyUser | undefined);
get display(): string;
get name(): string;
private _ocid?;
get ocid(): string;
set ocid(value: string);
resetOcid(): void;
get ocidInput(): string | undefined;
get ref(): string;
private _value?;
get value(): string;
set value(value: string);
resetValue(): void;
get valueInput(): string | undefined;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_customer_secret_key oci_identity_domains_my_customer_secret_key}
*/
export declare class IdentityDomainsMyCustomerSecretKey extends cdktf.TerraformResource {
static readonly tfResourceType = "oci_identity_domains_my_customer_secret_key";
/**
* Generates CDKTF code for importing a IdentityDomainsMyCustomerSecretKey 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 IdentityDomainsMyCustomerSecretKey to import
* @param importFromId The id of the existing IdentityDomainsMyCustomerSecretKey that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/resources/identity_domains_my_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 IdentityDomainsMyCustomerSecretKey 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/resources/identity_domains_my_customer_secret_key oci_identity_domains_my_customer_secret_key} Resource
*
* @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 IdentityDomainsMyCustomerSecretKeyConfig
*/
constructor(scope: Construct, id: string, config: IdentityDomainsMyCustomerSecretKeyConfig);
get accessKey(): string;
private _authorization?;
get authorization(): string;
set authorization(value: string);
resetAuthorization(): void;
get authorizationInput(): string | undefined;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
private _description?;
get description(): string;
set description(value: string);
resetDescription(): void;
get descriptionInput(): string | undefined;
private _displayName?;
get displayName(): string;
set displayName(value: string);
resetDisplayName(): void;
get displayNameInput(): string | undefined;
get domainOcid(): string;
private _expiresOn?;
get expiresOn(): string;
set expiresOn(value: string);
resetExpiresOn(): void;
get expiresOnInput(): string | undefined;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): IdentityDomainsMyCustomerSecretKeyIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): IdentityDomainsMyCustomerSecretKeyIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _meta;
get meta(): IdentityDomainsMyCustomerSecretKeyMetaList;
private _ocid?;
get ocid(): string;
set ocid(value: string);
resetOcid(): void;
get ocidInput(): string | undefined;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
private _schemas?;
get schemas(): string[];
set schemas(value: string[]);
get schemasInput(): string[] | undefined;
private _status?;
get status(): string;
set status(value: string);
resetStatus(): void;
get statusInput(): string | undefined;
get tenancyOcid(): string;
private _tags;
get tags(): IdentityDomainsMyCustomerSecretKeyTagsList;
putTags(value: IdentityDomainsMyCustomerSecretKeyTags[] | cdktf.IResolvable): void;
resetTags(): void;
get tagsInput(): cdktf.IResolvable | IdentityDomainsMyCustomerSecretKeyTags[] | undefined;
private _timeouts;
get timeouts(): IdentityDomainsMyCustomerSecretKeyTimeoutsOutputReference;
putTimeouts(value: IdentityDomainsMyCustomerSecretKeyTimeouts): void;
resetTimeouts(): void;
get timeoutsInput(): cdktf.IResolvable | IdentityDomainsMyCustomerSecretKeyTimeouts | undefined;
private _user;
get user(): IdentityDomainsMyCustomerSecretKeyUserOutputReference;
putUser(value: IdentityDomainsMyCustomerSecretKeyUser): void;
resetUser(): void;
get userInput(): IdentityDomainsMyCustomerSecretKeyUser | undefined;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}