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
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 |
ResourceId | The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for. |
Properties
AutodefinedReverseFlag
Represents the desired status of AutodefinedReverse
.
string AutodefinedReverseFlag { get; }
Property Value
System.String
Remarks
The only supported value on creation is DISABLE
. Deletion of this resource will return AutodefinedReverse
to its default value of ENABLED
.
ResourceId
The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for.
string ResourceId { get; }
Property Value
System.String