interface IamUserProfileDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnUserProfilePropsMixin_IamUserProfileDetailsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnUserProfilePropsMixin.IamUserProfileDetailsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » 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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const iamUserProfileDetailsProperty: datazone.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