

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::DevOpsAgent::AgentSpace OperatorApp
<a name="aws-properties-devopsagent-agentspace-operatorapp"></a>

Configuration for the DevOps Agent web app.

## Syntax
<a name="aws-properties-devopsagent-agentspace-operatorapp-syntax"></a>

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

### JSON
<a name="aws-properties-devopsagent-agentspace-operatorapp-syntax.json"></a>

```
{
  "[Iam](#cfn-devopsagent-agentspace-operatorapp-iam)" : IamAuthConfiguration,
  "[Idc](#cfn-devopsagent-agentspace-operatorapp-idc)" : IdcAuthConfiguration
}
```

### YAML
<a name="aws-properties-devopsagent-agentspace-operatorapp-syntax.yaml"></a>

```
  [Iam](#cfn-devopsagent-agentspace-operatorapp-iam): 
    IamAuthConfiguration
  [Idc](#cfn-devopsagent-agentspace-operatorapp-idc): 
    IdcAuthConfiguration
```

## Properties
<a name="aws-properties-devopsagent-agentspace-operatorapp-properties"></a>

`Iam`  <a name="cfn-devopsagent-agentspace-operatorapp-iam"></a>
IAM-based authentication configuration for the DevOps Agent web app.  
*Required*: No  
*Type*: [IamAuthConfiguration](aws-properties-devopsagent-agentspace-iamauthconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`Idc`  <a name="cfn-devopsagent-agentspace-operatorapp-idc"></a>
IAM Identity Center authentication configuration for the DevOps Agent web app.  
*Required*: No  
*Type*: [IdcAuthConfiguration](aws-properties-devopsagent-agentspace-idcauthconfiguration.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)