AWS::DataZone::UserProfileA user profile represents Amazon DataZone users. Amazon DataZone supports both IAM roles and SSO identities to interact with the Amazon DataZone Management Console and the data portal for different purposes. Domain administrators use IAM roles to perform the initial administrative domain-related work in the Amazon DataZone Management Console, including creating new Amazon DataZone domains, configuring metadata form types, and implementing policies. Data workers use their SSO corporate identit...
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainIdentifier | string | RequiredCreate-onlyWrite-only |
UserIdentifier | string | RequiredCreate-onlyWrite-only |
Status | string | |
UserType | string | Create-onlyWrite-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Details | UserProfileDetails | - |
DomainId | string | The identifier of the Amazon DataZone domain in which the user profile is created. |
Id | string | The ID of the Amazon DataZone user profile. |
Type | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DataZone::UserProfile
Resources:
MyResource:
Type: AWS::DataZone::UserProfile
Properties:
DomainIdentifier: "my-domainidentifier"
UserIdentifier: "my-useridentifier"Permissions CloudFormation needs in your IAM role to manage this resource.
datazone:CreateUserProfiledatazone:GetUserProfiledatazone:UpdateUserProfiledatazone:GetDomainsso:ListProfilessso:GetProfilesso:AssociateProfilesso:DisassociateProfiledatazone:GetUserProfiledatazone:UpdateUserProfiledatazone:GetUserProfiledatazone:UpdateUserProfilesso:ListProfilessso:GetProfilesso:AssociateProfilesso:DisassociateProfileiam:GetRoledatazone:DeleteUserProfiledatazone:GetUserProfiledatazone:UpdateUserProfilesso:ListProfilessso:GetProfilesso:AssociateProfilesso:DisassociateProfileiam:GetRoledatazone:SearchUserProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainIdentifierUserIdentifierUserType