CfnGroupProfileMixinProps

class aws_cdk.mixins_preview.aws_datazone.mixins.CfnGroupProfileMixinProps(*, domain_identifier=None, group_identifier=None, status=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.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_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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-domainidentifier

group_identifier

The ID of the group of a project member.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-groupidentifier

status

The status of a group profile.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-groupprofile.html#cfn-datazone-groupprofile-status