

This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::DataZone::UserProfile IamUserProfileDetails
<a name="aws-properties-datazone-userprofile-iamuserprofiledetails"></a>

The details of the IAM user profile.

## Syntax
<a name="aws-properties-datazone-userprofile-iamuserprofiledetails-syntax"></a>

To declare this entity in your CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-datazone-userprofile-iamuserprofiledetails-syntax.json"></a>

```
{
  "[Arn](#cfn-datazone-userprofile-iamuserprofiledetails-arn)" : {{String}},
  "[GroupProfileId](#cfn-datazone-userprofile-iamuserprofiledetails-groupprofileid)" : {{String}},
  "[SessionName](#cfn-datazone-userprofile-iamuserprofiledetails-sessionname)" : {{String}}
}
```

### YAML
<a name="aws-properties-datazone-userprofile-iamuserprofiledetails-syntax.yaml"></a>

```
  [Arn](#cfn-datazone-userprofile-iamuserprofiledetails-arn): {{String}}
  [GroupProfileId](#cfn-datazone-userprofile-iamuserprofiledetails-groupprofileid): {{String}}
  [SessionName](#cfn-datazone-userprofile-iamuserprofiledetails-sessionname): {{String}}
```

## Properties
<a name="aws-properties-datazone-userprofile-iamuserprofiledetails-properties"></a>

`Arn`  <a name="cfn-datazone-userprofile-iamuserprofiledetails-arn"></a>
The ARN of the IAM user.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`GroupProfileId`  <a name="cfn-datazone-userprofile-iamuserprofiledetails-groupprofileid"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SessionName`  <a name="cfn-datazone-userprofile-iamuserprofiledetails-sessionname"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)