Show / Hide Table of Contents

Interface ICfnResolverDNSSECConfigProps

Properties for defining a CfnResolverDNSSECConfig.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverdnssecconfig.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;

CfnResolverDNSSECConfigProps cfnResolverDNSSECConfigProps = new CfnResolverDNSSECConfigProps {
    ResourceId = "resourceId"
};

Synopsis

Properties

ResourceId

The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

Properties

ResourceId

The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.

virtual string ResourceId { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX