CfnResolverConfigMixinProps
- class aws_cdk.mixins_preview.aws_route53resolver.mixins.CfnResolverConfigMixinProps(*, autodefined_reverse_flag=None, resource_id=None)
Bases:
objectProperties for CfnResolverConfigPropsMixin.
- Parameters:
autodefined_reverse_flag (
Optional[str]) – Represents the desired status ofAutodefinedReverse. The only supported value on creation isDISABLE. Deletion of this resource will returnAutodefinedReverseto its default value ofENABLED.resource_id (
Optional[str]) – The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you’re configuring Resolver 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_config_mixin_props = route53resolver_mixins.CfnResolverConfigMixinProps( autodefined_reverse_flag="autodefinedReverseFlag", resource_id="resourceId" )
Attributes
- autodefined_reverse_flag
Represents the desired status of
AutodefinedReverse.The only supported value on creation is
DISABLE. Deletion of this resource will returnAutodefinedReverseto its default value ofENABLED.
- resource_id
The ID of the Amazon Virtual Private Cloud VPC or a Route 53 Profile that you’re configuring Resolver for.