interface UserProfileDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnUserProfile.UserProfileDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnUserProfile_UserProfileDetailsProperty |
![]() | software.amazon.awscdk.services.datazone.CfnUserProfile.UserProfileDetailsProperty |
![]() | aws_cdk.aws_datazone.CfnUserProfile.UserProfileDetailsProperty |
![]() | aws-cdk-lib » aws_datazone » CfnUserProfile » UserProfileDetailsProperty |
The details of the user profile in Amazon DataZone.
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 userProfileDetailsProperty: datazone.CfnUserProfile.UserProfileDetailsProperty = {
iam: {
arn: 'arn',
},
sso: {
firstName: 'firstName',
lastName: 'lastName',
username: 'username',
},
};
Properties
Name | Type | Description |
---|---|---|
iam? | IResolvable | Iam | The IAM details included in the user profile details. |
sso? | IResolvable | Sso | The single sign-on details included in the user profile details. |
iam?
Type:
IResolvable
|
Iam
(optional)
The IAM details included in the user profile details.
sso?
Type:
IResolvable
|
Sso
(optional)
The single sign-on details included in the user profile details.