AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DataZone::UserProfile

CfnUserProfile

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

Import

import { CfnUserProfile } from 'aws-cdk-lib/aws-datazone';

Or use the module namespace:

import * as datazone from 'aws-cdk-lib/aws-datazone';
// datazone.CfnUserProfile

Properties

Configuration passed to the constructor as CfnUserProfileProps.

domainIdentifierRequired
string

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

userIdentifierRequired
string

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

statusOptional
string

The status of the user profile.

userTypeOptional
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter