Interface CfnResolverRuleAssociationMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResolverRuleAssociationMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.656Z")
@Stability(Stable)
public interface CfnResolverRuleAssociationMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnResolverRuleAssociationPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.route53resolver.*;
CfnResolverRuleAssociationMixinProps cfnResolverRuleAssociationMixinProps = CfnResolverRuleAssociationMixinProps.builder()
.name("name")
.resolverRuleId("resolverRuleId")
.vpcId("vpcId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResolverRuleAssociationMixinPropsstatic final classAn implementation forCfnResolverRuleAssociationMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringgetName()The name of an association between a Resolver rule and a VPC.default ObjectThe ID of the Resolver rule that you associated with the VPC that is specified byVPCId.default ObjectgetVpcId()The ID of the VPC that you associated the Resolver rule with.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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:
-
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:
-
builder
-