Uses of Interface
com.hashicorp.cdktf.providers.aws.data_aws_ses_domain_identity.DataAwsSesDomainIdentityConfig
-
Packages that use DataAwsSesDomainIdentityConfig Package Description com.hashicorp.cdktf.providers.aws.data_aws_ses_domain_identity data_aws_ses_domain_identity -
-
Uses of DataAwsSesDomainIdentityConfig in com.hashicorp.cdktf.providers.aws.data_aws_ses_domain_identity
Classes in com.hashicorp.cdktf.providers.aws.data_aws_ses_domain_identity that implement DataAwsSesDomainIdentityConfig Modifier and Type Class Description static classDataAwsSesDomainIdentityConfig.Jsii$ProxyAn implementation forDataAwsSesDomainIdentityConfigMethods in com.hashicorp.cdktf.providers.aws.data_aws_ses_domain_identity that return DataAwsSesDomainIdentityConfig Modifier and Type Method Description DataAwsSesDomainIdentityConfigDataAwsSesDomainIdentityConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.data_aws_ses_domain_identity with parameters of type DataAwsSesDomainIdentityConfig Constructor Description DataAwsSesDomainIdentity(software.constructs.Construct scope, String id, DataAwsSesDomainIdentityConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/data-sources/ses_domain_identity aws_ses_domain_identity} Data Source.
-