interface CfnUserProfileProps
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_datazone.CfnUserProfileProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnUserProfileProps |
Java | software.amazon.awscdk.services.datazone.CfnUserProfileProps |
Python | aws_cdk.aws_datazone.CfnUserProfileProps |
TypeScript | aws-cdk-lib » aws_datazone » CfnUserProfileProps |
Properties for defining a CfnUserProfile
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-userprofile.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const cfnUserProfileProps: datazone.CfnUserProfileProps = {
domainIdentifier: 'domainIdentifier',
userIdentifier: 'userIdentifier',
// the properties below are optional
status: 'status',
userType: 'userType',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The identifier of a Amazon DataZone domain in which a user profile exists. |
user | string | The identifier of the user for which the user profile is created. |
status? | string | The status of the user profile. |
user | string | The user type of the user for which the user profile is created. |
domainIdentifier
Type:
string
The identifier of a Amazon DataZone domain in which a user profile exists.
userIdentifier
Type:
string
The identifier of the user for which the user profile is created.
status?
Type:
string
(optional)
The status of the user profile.
userType?
Type:
string
(optional)
The user type of the user for which the user profile is created.