interface IamUserProfileDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_datazone.CfnUserProfile.IamUserProfileDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnUserProfile_IamUserProfileDetailsProperty |
Java | software.amazon.awscdk.services.datazone.CfnUserProfile.IamUserProfileDetailsProperty |
Python | aws_cdk.aws_datazone.CfnUserProfile.IamUserProfileDetailsProperty |
TypeScript | aws-cdk-lib » aws_datazone » CfnUserProfile » IamUserProfileDetailsProperty |
The details of an IAM 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 iamUserProfileDetailsProperty: datazone.CfnUserProfile.IamUserProfileDetailsProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The ARN of an IAM user profile in Amazon DataZone. |
arn?
Type:
string
(optional)
The ARN of an IAM user profile in Amazon DataZone.

.NET
Go
Java
Python
TypeScript