Interface CfnResolverRuleAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverRuleAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:16.983Z")
@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.Returns union: either
StringorIResolverRuleRef- 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
-