AWS::DataZone::UserProfileThe user type of the user for which the user profile is created.
import { CfnUserProfile } from 'aws-cdk-lib/aws-datazone';Or use the module namespace:
import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnUserProfileConfiguration passed to the constructor as CfnUserProfileProps.
domainIdentifierRequiredstringThe identifier of a Amazon DataZone domain in which a user profile exists.
userIdentifierRequiredstringThe identifier of the user for which the user profile is created.
statusOptionalstringThe status of the user profile.
userTypeOptionalstringThe user type of the user for which the user profile is created.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-datazoneAWS::DataZone::UserProfile