

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::BedrockAgentCore::Harness HarnessAgentCoreGatewayConfig
<a name="aws-properties-bedrockagentcore-harness-harnessagentcoregatewayconfig"></a>

<a name="aws-properties-bedrockagentcore-harness-harnessagentcoregatewayconfig-description"></a>The `HarnessAgentCoreGatewayConfig` property type specifies Property description not available. for an [AWS::BedrockAgentCore::Harness](aws-resource-bedrockagentcore-harness.md).

## Syntax
<a name="aws-properties-bedrockagentcore-harness-harnessagentcoregatewayconfig-syntax"></a>

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

### JSON
<a name="aws-properties-bedrockagentcore-harness-harnessagentcoregatewayconfig-syntax.json"></a>

```
{
  "[GatewayArn](#cfn-bedrockagentcore-harness-harnessagentcoregatewayconfig-gatewayarn)" : {{String}},
  "[OutboundAuth](#cfn-bedrockagentcore-harness-harnessagentcoregatewayconfig-outboundauth)" : {{HarnessGatewayOutboundAuth}}
}
```

### YAML
<a name="aws-properties-bedrockagentcore-harness-harnessagentcoregatewayconfig-syntax.yaml"></a>

```
  [GatewayArn](#cfn-bedrockagentcore-harness-harnessagentcoregatewayconfig-gatewayarn): {{String}}
  [OutboundAuth](#cfn-bedrockagentcore-harness-harnessagentcoregatewayconfig-outboundauth): {{
    HarnessGatewayOutboundAuth}}
```

## Properties
<a name="aws-properties-bedrockagentcore-harness-harnessagentcoregatewayconfig-properties"></a>

`GatewayArn`  <a name="cfn-bedrockagentcore-harness-harnessagentcoregatewayconfig-gatewayarn"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Pattern*: `^arn:aws(|-cn|-us-gov):bedrock-agentcore:[a-z0-9-]{1,20}:[0-9]{12}:gateway/([0-9a-z][-]?){1,48}-[a-z0-9]{10}$`  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`OutboundAuth`  <a name="cfn-bedrockagentcore-harness-harnessagentcoregatewayconfig-outboundauth"></a>
Property description not available.  
*Required*: No  
*Type*: [HarnessGatewayOutboundAuth](aws-properties-bedrockagentcore-harness-harnessgatewayoutboundauth.md)  
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)