rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
364 lines (363 loc) • 21.8 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciIdentityDomainsMySmtpCredentialsConfig 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_credentials#authorization DataOciIdentityDomainsMySmtpCredentials#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_credentials#compartment_id DataOciIdentityDomainsMySmtpCredentials#compartment_id}
*/
readonly compartmentId?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials#id DataOciIdentityDomainsMySmtpCredentials#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/identity_domains_my_smtp_credentials#idcs_endpoint DataOciIdentityDomainsMySmtpCredentials#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_credentials#my_smtp_credential_count DataOciIdentityDomainsMySmtpCredentials#my_smtp_credential_count}
*/
readonly mySmtpCredentialCount?: number;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials#my_smtp_credential_filter DataOciIdentityDomainsMySmtpCredentials#my_smtp_credential_filter}
*/
readonly mySmtpCredentialFilter?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials#resource_type_schema_version DataOciIdentityDomainsMySmtpCredentials#resource_type_schema_version}
*/
readonly resourceTypeSchemaVersion?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials#sort_by DataOciIdentityDomainsMySmtpCredentials#sort_by}
*/
readonly sortBy?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials#sort_order DataOciIdentityDomainsMySmtpCredentials#sort_order}
*/
readonly sortOrder?: string;
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials#start_index DataOciIdentityDomainsMySmtpCredentials#start_index}
*/
readonly startIndex?: number;
}
export interface DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedBy {
}
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedByToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedBy): any;
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedByToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedBy): any;
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedByOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedByList 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): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedByOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedBy {
}
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedByToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedBy): any;
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedByToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedBy): any;
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedByOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedBy | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedBy | undefined);
get display(): string;
get ocid(): string;
get ref(): string;
get type(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedByList 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): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedByOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMeta {
}
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMetaToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMeta): any;
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMetaToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMeta): any;
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMetaOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMeta | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMeta | undefined);
get created(): string;
get lastModified(): string;
get location(): string;
get resourceType(): string;
get version(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMetaList 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): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMetaOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTags {
}
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTagsToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTags): any;
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTagsToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTags): any;
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTagsOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTags | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTags | undefined);
get key(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTagsList 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): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTagsOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUser {
}
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUserToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUser): any;
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUserToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUser): any;
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUserOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUser | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUser | undefined);
get display(): string;
get name(): string;
get ocid(): string;
get ref(): string;
get value(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUserList 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): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUserOutputReference;
}
export interface DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentials {
}
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsToTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentials): any;
export declare function dataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsToHclTerraform(struct?: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentials): any;
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsOutputReference 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(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentials | undefined;
set internalValue(value: DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentials | undefined);
get authorization(): string;
get compartmentOcid(): string;
get deleteInProgress(): cdktf.IResolvable;
get description(): string;
get domainOcid(): string;
get expiresOn(): string;
get id(): string;
private _idcsCreatedBy;
get idcsCreatedBy(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsCreatedByList;
get idcsEndpoint(): string;
private _idcsLastModifiedBy;
get idcsLastModifiedBy(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsIdcsLastModifiedByList;
get idcsLastUpgradedInRelease(): string;
get idcsPreventedOperations(): string[];
private _meta;
get meta(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsMetaList;
get ocid(): string;
get resourceTypeSchemaVersion(): string;
get schemas(): string[];
get status(): string;
private _tags;
get tags(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsTagsList;
get tenancyOcid(): string;
private _user;
get user(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsUserList;
get userName(): string;
}
export declare class DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsList 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): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/identity_domains_my_smtp_credentials oci_identity_domains_my_smtp_credentials}
*/
export declare class DataOciIdentityDomainsMySmtpCredentials extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_identity_domains_my_smtp_credentials";
/**
* Generates CDKTF code for importing a DataOciIdentityDomainsMySmtpCredentials 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 DataOciIdentityDomainsMySmtpCredentials to import
* @param importFromId The id of the existing DataOciIdentityDomainsMySmtpCredentials 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_credentials#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciIdentityDomainsMySmtpCredentials 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_credentials oci_identity_domains_my_smtp_credentials} 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 DataOciIdentityDomainsMySmtpCredentialsConfig
*/
constructor(scope: Construct, id: string, config: DataOciIdentityDomainsMySmtpCredentialsConfig);
private _authorization?;
get authorization(): string;
set authorization(value: string);
resetAuthorization(): void;
get authorizationInput(): string | undefined;
private _compartmentId?;
get compartmentId(): string;
set compartmentId(value: string);
resetCompartmentId(): void;
get compartmentIdInput(): string | undefined;
private _id?;
get id(): string;
set id(value: string);
resetId(): void;
get idInput(): string | undefined;
private _idcsEndpoint?;
get idcsEndpoint(): string;
set idcsEndpoint(value: string);
get idcsEndpointInput(): string | undefined;
get itemsPerPage(): number;
private _mySmtpCredentialCount?;
get mySmtpCredentialCount(): number;
set mySmtpCredentialCount(value: number);
resetMySmtpCredentialCount(): void;
get mySmtpCredentialCountInput(): number | undefined;
private _mySmtpCredentialFilter?;
get mySmtpCredentialFilter(): string;
set mySmtpCredentialFilter(value: string);
resetMySmtpCredentialFilter(): void;
get mySmtpCredentialFilterInput(): string | undefined;
private _mySmtpCredentials;
get mySmtpCredentials(): DataOciIdentityDomainsMySmtpCredentialsMySmtpCredentialsList;
private _resourceTypeSchemaVersion?;
get resourceTypeSchemaVersion(): string;
set resourceTypeSchemaVersion(value: string);
resetResourceTypeSchemaVersion(): void;
get resourceTypeSchemaVersionInput(): string | undefined;
get schemas(): string[];
private _sortBy?;
get sortBy(): string;
set sortBy(value: string);
resetSortBy(): void;
get sortByInput(): string | undefined;
private _sortOrder?;
get sortOrder(): string;
set sortOrder(value: string);
resetSortOrder(): void;
get sortOrderInput(): string | undefined;
private _startIndex?;
get startIndex(): number;
set startIndex(value: number);
resetStartIndex(): void;
get startIndexInput(): number | undefined;
get totalResults(): number;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}