Show / Hide Table of Contents

Class CfnResolverRuleAssociationProps

Properties for defining a CfnResolverRuleAssociation.

Inheritance
System.Object
CfnResolverRuleAssociationProps
Implements
ICfnResolverRuleAssociationProps
Namespace: Amazon.CDK.AWS.Route53Resolver
Assembly: Amazon.CDK.AWS.Route53Resolver.dll
Syntax (csharp)
public class CfnResolverRuleAssociationProps : Object, ICfnResolverRuleAssociationProps
Syntax (vb)
Public Class CfnResolverRuleAssociationProps
    Inherits Object
    Implements 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;

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

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

Synopsis

Constructors

CfnResolverRuleAssociationProps()

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.

Constructors

CfnResolverRuleAssociationProps()

public CfnResolverRuleAssociationProps()

Properties

Name

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

public string Name { get; set; }
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 .

public string ResolverRuleId { get; set; }
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.

public string VpcId { get; set; }
Property Value

System.String

Remarks

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

Implements

ICfnResolverRuleAssociationProps
Back to top Generated by DocFX