CfnGroupProfileMixinProps
- class aws_cdk.mixins_preview.aws_datazone.mixins.CfnGroupProfileMixinProps(*, domain_identifier=None, group_identifier=None, status=None)
Bases:
objectProperties for CfnGroupProfilePropsMixin.
- Parameters:
domain_identifier (
Optional[str]) – The identifier of the Amazon DataZone domain in which a group profile exists.group_identifier (
Optional[str]) – The ID of the group of a project member.status (
Optional[str]) – The status of a group profile.
- 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_datazone import mixins as datazone_mixins cfn_group_profile_mixin_props = datazone_mixins.CfnGroupProfileMixinProps( domain_identifier="domainIdentifier", group_identifier="groupIdentifier", status="status" )
Attributes
- domain_identifier
The identifier of the Amazon DataZone domain in which a group profile exists.
- group_identifier
The ID of the group of a project member.
- status
The status of a group profile.