CfnResolverRuleAssociationMixinProps

class aws_cdk.mixins_preview.aws_route53resolver.mixins.CfnResolverRuleAssociationMixinProps(*, name=None, resolver_rule_id=None, vpc_id=None)

Bases: object

Properties for CfnResolverRuleAssociationPropsMixin.

Parameters:
  • name (Optional[str]) – 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.

  • resolver_rule_id (Optional[str]) – The ID of the Resolver rule that you associated with the VPC that is specified by VPCId .

  • vpc_id (Optional[str]) – The ID of the VPC that you associated the Resolver rule with.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_route53resolver import mixins as route53resolver_mixins

cfn_resolver_rule_association_mixin_props = route53resolver_mixins.CfnResolverRuleAssociationMixinProps(
    name="name",
    resolver_rule_id="resolverRuleId",
    vpc_id="vpcId"
)

Attributes

name

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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-name

resolver_rule_id

The ID of the Resolver rule that you associated with the VPC that is specified by VPCId .

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-resolverruleid

vpc_id

The ID of the VPC that you associated the Resolver rule with.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html#cfn-route53resolver-resolverruleassociation-vpcid