CfnDomainUnitMixinProps
- class aws_cdk.mixins_preview.aws_datazone.mixins.CfnDomainUnitMixinProps(*, description=None, domain_identifier=None, name=None, parent_domain_unit_identifier=None)
Bases:
objectProperties for CfnDomainUnitPropsMixin.
- Parameters:
description (
Optional[str]) – The description of the domain unit.domain_identifier (
Optional[str]) – The ID of the domain where you want to crate a domain unit.name (
Optional[str]) – The name of the domain unit.parent_domain_unit_identifier (
Optional[str]) – The ID of the parent domain unit.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-domainunit.html
- 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_datazone import mixins as datazone_mixins cfn_domain_unit_mixin_props = datazone_mixins.CfnDomainUnitMixinProps( description="description", domain_identifier="domainIdentifier", name="name", parent_domain_unit_identifier="parentDomainUnitIdentifier" )
Attributes
- description
The description of the domain unit.
- domain_identifier
The ID of the domain where you want to crate a domain unit.
- name
The name of the domain unit.
- parent_domain_unit_identifier
The ID of the parent domain unit.