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