@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.718Z") @Stability(value=Stable) public interface CfnResolverRuleAssociationProps extends software.amazon.jsii.JsiiSerializable
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 String |
getName()
The name of an association between a Resolver rule and a VPC.
|
String |
getResolverRuleId()
The ID of the Resolver rule that you associated with the VPC that is specified by `VPCId` .
|
String |
getVpcId()
The ID of the VPC that you associated the Resolver rule with.
|
@Stability(value=Stable) @NotNull String getResolverRuleId()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) static CfnResolverRuleAssociationProps.Builder builder()
Copyright © 2022. All rights reserved.