Show / Hide Table of Contents

Interface ICfnResolverConfigProps

Properties for defining a CfnResolverConfig.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverconfig.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 cfnResolverConfigProps = new CfnResolverConfigProps {
                 AutodefinedReverseFlag = "autodefinedReverseFlag",
                 ResourceId = "resourceId"
             };

Synopsis

Properties

AutodefinedReverseFlag

Represents the desired status of AutodefinedReverse .

ResourceId

The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.

Properties

AutodefinedReverseFlag

Represents the desired status of AutodefinedReverse .

string AutodefinedReverseFlag { get; }
Property Value

string

Remarks

The only supported value on creation is DISABLE . Deletion of this resource will return AutodefinedReverse to its default value of ENABLED .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverconfig.html#cfn-route53resolver-resolverconfig-autodefinedreverseflag

ResourceId

The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you're configuring Resolver for.

string ResourceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverconfig.html#cfn-route53resolver-resolverconfig-resourceid

Back to top Generated by DocFX