Interface CfnResolverRuleAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverRuleAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:13.174Z")
@Stability(Stable)
public interface CfnResolverRuleAssociationProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnResolverRuleAssociation.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53resolver.*;
CfnResolverRuleAssociationProps cfnResolverRuleAssociationProps = CfnResolverRuleAssociationProps.builder()
.resolverRuleId("resolverRuleId")
.vpcId("vpcId")
// the properties below are optional
.name("name")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResolverRuleAssociationPropsstatic final classAn implementation forCfnResolverRuleAssociationProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResolverRuleId
The ID of the Resolver rule that you associated with the VPC that is specified byVPCId.- See Also:
-
getVpcId
The ID of the VPC that you associated the Resolver rule with.- See Also:
-
getName
The name of an association between a Resolver rule and a VPC.The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
- See Also:
-
builder
-