CfnUserProfileMixinProps

class aws_cdk.mixins_preview.aws_datazone.mixins.CfnUserProfileMixinProps(*, domain_identifier=None, status=None, user_identifier=None, user_type=None)

Bases: object

Properties for CfnUserProfilePropsMixin.

Parameters:
  • domain_identifier (Optional[str]) – The identifier of a Amazon DataZone domain in which a user profile exists.

  • status (Optional[str]) – The status of the user profile.

  • user_identifier (Optional[str]) – The identifier of the user for which the user profile is created.

  • user_type (Optional[str]) – The user type of the user for which the user profile is created.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.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_user_profile_mixin_props = datazone_mixins.CfnUserProfileMixinProps(
    domain_identifier="domainIdentifier",
    status="status",
    user_identifier="userIdentifier",
    user_type="userType"
)

Attributes

domain_identifier

The identifier of a Amazon DataZone domain in which a user profile exists.

See:

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

status

The status of the user profile.

See:

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

user_identifier

The identifier of the user for which the user profile is created.

See:

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

user_type

The user type of the user for which the user profile is created.

See:

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