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