interface IamUserProfileDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnUserProfilePropsMixin_IamUserProfileDetailsProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnUserProfilePropsMixin » IamUserProfileDetailsProperty |
The details of the IAM User Profile.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const iamUserProfileDetailsProperty: datazone_mixins.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The ARN of the IAM User Profile. |
arn?
Type:
string
(optional)
The ARN of the IAM User Profile.

.NET
Go
Java
Python
TypeScript