rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
267 lines (266 loc) • 15.4 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMySmtpCredentialConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credential#authorization DataOciIdentityDomainsMySmtpCredential#authorization}
*/
readonly authorization?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credential#idcs_endpoint DataOciIdentityDomainsMySmtpCredential#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_my_smtp_credential#my_smtp_credential_id DataOciIdentityDomainsMySmtpCredential#my_smtp_credential_id}
*/
readonly mySmtpCredentialId: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credential#resource_type_schema_version DataOciIdentityDomainsMySmtpCredential#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
}
export interface DataOciIdentityDomainsMySmtpCredentialIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMySmtpCredentialIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMySmtpCredentialIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMySmtpCredentialIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialIdcsCreatedByList 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): DataOciIdentityDomainsMySmtpCredentialIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedByList 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): DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialMeta {
}
export declare function dataOciIdentityDomainsMySmtpCredentialMetaToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialMeta): any;
export declare function dataOciIdentityDomainsMySmtpCredentialMetaToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialMeta): any;
export declare class DataOciIdentityDomainsMySmtpCredentialMetaOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialMeta | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialMetaList 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): DataOciIdentityDomainsMySmtpCredentialMetaOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialTags {
}
export declare function dataOciIdentityDomainsMySmtpCredentialTagsToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialTags): any;
export declare function dataOciIdentityDomainsMySmtpCredentialTagsToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialTags): any;
export declare class DataOciIdentityDomainsMySmtpCredentialTagsOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialTags | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialTagsList 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): DataOciIdentityDomainsMySmtpCredentialTagsOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialUser {
}
export declare function dataOciIdentityDomainsMySmtpCredentialUserToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialUser): any;
export declare function dataOciIdentityDomainsMySmtpCredentialUserToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialUser): any;
export declare class DataOciIdentityDomainsMySmtpCredentialUserOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialUser | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialUserList 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): DataOciIdentityDomainsMySmtpCredentialUserOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credential oci_identity_domains_my_smtp_credential}
*/
export declare class DataOciIdentityDomainsMySmtpCredential extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_my_smtp_credential";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsMySmtpCredential 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 DataOciIdentityDomainsMySmtpCredential to import
* @param importFromId The id of the existing DataOciIdentityDomainsMySmtpCredential that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credential#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsMySmtpCredential 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_my_smtp_credential oci_identity_domains_my_smtp_credential} 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 DataOciIdentityDomainsMySmtpCredentialConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMySmtpCredentialConfig);
private _authorization?;
get authorization(): string;
set authorization(value: string);
resetAuthorization(): void;
get authorizationInput(): string | undefined;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get expiresOn(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsMySmtpCredentialIdcsCreatedByList;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsMySmtpCredentialIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _meta;
get meta(): DataOciIdentityDomainsMySmtpCredentialMetaList;
private _mySmtpCredentialId?;
get mySmtpCredentialId(): string;
set mySmtpCredentialId(value: string);
get mySmtpCredentialIdInput(): string | undefined;
get ocid(): string;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsMySmtpCredentialTagsList;
get tenancyOcid(): string;
private _user;
get user(): DataOciIdentityDomainsMySmtpCredentialUserList;
get userName(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}