Interface CfnResolverRuleAssociationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverRuleAssociationProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:38.508Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResolverRuleAssociationProps
static final class
An 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.- See Also:
-
builder
-