

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

# AWS::OpenSearchService::Domain IAMFederationOptions
<a name="aws-properties-opensearchservice-domain-iamfederationoptions"></a>

<a name="aws-properties-opensearchservice-domain-iamfederationoptions-description"></a>The `IAMFederationOptions` property type specifies Property description not available. for an [AWS::OpenSearchService::Domain](aws-resource-opensearchservice-domain.md).

## Syntax
<a name="aws-properties-opensearchservice-domain-iamfederationoptions-syntax"></a>

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

### JSON
<a name="aws-properties-opensearchservice-domain-iamfederationoptions-syntax.json"></a>

```
{
  "[Enabled](#cfn-opensearchservice-domain-iamfederationoptions-enabled)" : {{Boolean}},
  "[RolesKey](#cfn-opensearchservice-domain-iamfederationoptions-roleskey)" : {{String}},
  "[SubjectKey](#cfn-opensearchservice-domain-iamfederationoptions-subjectkey)" : {{String}}
}
```

### YAML
<a name="aws-properties-opensearchservice-domain-iamfederationoptions-syntax.yaml"></a>

```
  [Enabled](#cfn-opensearchservice-domain-iamfederationoptions-enabled): {{Boolean}}
  [RolesKey](#cfn-opensearchservice-domain-iamfederationoptions-roleskey): {{String}}
  [SubjectKey](#cfn-opensearchservice-domain-iamfederationoptions-subjectkey): {{String}}
```

## Properties
<a name="aws-properties-opensearchservice-domain-iamfederationoptions-properties"></a>

`Enabled`  <a name="cfn-opensearchservice-domain-iamfederationoptions-enabled"></a>
Property description not available.  
*Required*: No  
*Type*: Boolean  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`RolesKey`  <a name="cfn-opensearchservice-domain-iamfederationoptions-roleskey"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`SubjectKey`  <a name="cfn-opensearchservice-domain-iamfederationoptions-subjectkey"></a>
Property description not available.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)