CfnResolverDNSSECConfigProps¶
-
class
aws_cdk.aws_route53resolver.
CfnResolverDNSSECConfigProps
(*, resource_id=None)¶ Bases:
object
Properties for defining a
CfnResolverDNSSECConfig
.- Parameters
resource_id (
Optional
[str
]) – The ID of the virtual private cloud (VPC) that you’re configuring the DNSSEC validation status for.- Link
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_route53resolver as route53resolver cfn_resolver_dNSSECConfig_props = route53resolver.CfnResolverDNSSECConfigProps( resource_id="resourceId" )
Attributes
-
resource_id
¶ The ID of the virtual private cloud (VPC) that you’re configuring the DNSSEC validation status for.