Uses of Interface
com.hashicorp.cdktf.providers.aws.route53_zone_association.Route53ZoneAssociationConfig
-
Packages that use Route53ZoneAssociationConfig Package Description com.hashicorp.cdktf.providers.aws.route53_zone_association aws_route53_zone_association -
-
Uses of Route53ZoneAssociationConfig in com.hashicorp.cdktf.providers.aws.route53_zone_association
Classes in com.hashicorp.cdktf.providers.aws.route53_zone_association that implement Route53ZoneAssociationConfig Modifier and Type Class Description static classRoute53ZoneAssociationConfig.Jsii$ProxyAn implementation forRoute53ZoneAssociationConfigMethods in com.hashicorp.cdktf.providers.aws.route53_zone_association that return Route53ZoneAssociationConfig Modifier and Type Method Description Route53ZoneAssociationConfigRoute53ZoneAssociationConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.aws.route53_zone_association with parameters of type Route53ZoneAssociationConfig Constructor Description Route53ZoneAssociation(software.constructs.Construct scope, String id, Route53ZoneAssociationConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_zone_association aws_route53_zone_association} Resource.
-