CfnResolverDNSSECConfigMixinProps
- class aws_cdk.mixins_preview.aws_route53resolver.mixins.CfnResolverDNSSECConfigMixinProps(*, resource_id=None)
Bases:
objectProperties for CfnResolverDNSSECConfigPropsMixin.
- Parameters:
resource_id (
Optional[str]) – The ID of the virtual private cloud (VPC) that you’re configuring the DNSSEC validation status for.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_route53resolver import mixins as route53resolver_mixins cfn_resolver_dNSSECConfig_mixin_props = route53resolver_mixins.CfnResolverDNSSECConfigMixinProps( resource_id="resourceId" )
Attributes
- resource_id
The ID of the virtual private cloud (VPC) that you’re configuring the DNSSEC validation status for.