@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-17T17:31:15.574Z")
public interface CfnResolverRuleAssociationProps
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnResolverRuleAssociationProps.Builder
A builder for
CfnResolverRuleAssociationProps |
static class |
CfnResolverRuleAssociationProps.Jsii$Proxy
An implementation for
CfnResolverRuleAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnResolverRuleAssociationProps.Builder |
builder() |
default java.lang.String |
getName()
The name of an association between a Resolver rule and a VPC.
|
java.lang.String |
getResolverRuleId()
The ID of the Resolver rule that you associated with the VPC that is specified by `VPCId` .
|
java.lang.String |
getVpcId()
The ID of the VPC that you associated the Resolver rule with.
|
java.lang.String getResolverRuleId()
java.lang.String getVpcId()
default java.lang.String getName()
static CfnResolverRuleAssociationProps.Builder builder()