package awsroute53resolver // Properties for defining a `CfnResolverDNSSECConfig`. // // Example: // // The code below shows an example of how to instantiate this type. // // The values are placeholders you should change. // import "github.com/aws/aws-cdk-go/awscdk" // // cfnResolverDNSSECConfigProps := &CfnResolverDNSSECConfigProps{ // ResourceId: jsii.String("resourceId"), // } // // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverdnssecconfig.html // type CfnResolverDNSSECConfigProps struct { // The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. // See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverdnssecconfig.html#cfn-route53resolver-resolverdnssecconfig-resourceid // ResourceId *string `field:"optional" json:"resourceId" yaml:"resourceId"` }