aws-cdk-lib.aws_route53resolver.CfnResolverRuleAssociationProps

interface CfnResolverRuleAssociationProps

LanguageType name
.NETAmazon.CDK.AWS.Route53Resolver.CfnResolverRuleAssociationProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsroute53resolver#CfnResolverRuleAssociationProps
Javasoftware.amazon.awscdk.services.route53resolver.CfnResolverRuleAssociationProps
Pythonaws_cdk.aws_route53resolver.CfnResolverRuleAssociationProps
TypeScript aws-cdk-lib » aws_route53resolver » CfnResolverRuleAssociationProps

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 { aws_route53resolver as route53resolver } from 'aws-cdk-lib';
const cfnResolverRuleAssociationProps: route53resolver.CfnResolverRuleAssociationProps = {
  resolverRuleId: 'resolverRuleId',
  vpcId: 'vpcId',

  // the properties below are optional
  name: 'name',
};

Properties

NameTypeDescription
resolverRuleIdstringThe ID of the Resolver rule that you associated with the VPC that is specified by VPCId .
vpcIdstringThe ID of the VPC that you associated the Resolver rule with.
name?stringThe name of an association between a Resolver rule and a VPC.

resolverRuleId

Type: string

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


vpcId

Type: string

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


name?

Type: string (optional)

The name of an association between a Resolver rule and a VPC.