Show / Hide Table of Contents

Interface ICfnResolverRuleAssociationProps

Properties for defining a CfnResolverRuleAssociation.

Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.AWS.Route53Resolver.dll
Syntax (csharp)
public interface ICfnResolverRuleAssociationProps
Syntax (vb)
Public Interface ICfnResolverRuleAssociationProps
Remarks

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

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Route53Resolver;

CfnResolverRuleAssociationProps cfnResolverRuleAssociationProps = new CfnResolverRuleAssociationProps {
    ResolverRuleId = "resolverRuleId",
    VpcId = "vpcId",

    // the properties below are optional
    Name = "name"
};

Synopsis

Properties

Name

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

ResolverRuleId

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

VpcId

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

Properties

Name

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

virtual string Name { get; }
Property Value

System.String

Remarks

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

ResolverRuleId

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

string ResolverRuleId { get; }
Property Value

System.String

Remarks

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

VpcId

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

string VpcId { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX