

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::BedrockAgentCore::BrowserCustom BrowserEnterprisePolicy
<a name="aws-properties-bedrockagentcore-browsercustom-browserenterprisepolicy"></a>

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

## Syntax
<a name="aws-properties-bedrockagentcore-browsercustom-browserenterprisepolicy-syntax"></a>

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

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

```
{
  "[Location](#cfn-bedrockagentcore-browsercustom-browserenterprisepolicy-location)" : S3Location,
  "[Type](#cfn-bedrockagentcore-browsercustom-browserenterprisepolicy-type)" : String
}
```

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

```
  [Location](#cfn-bedrockagentcore-browsercustom-browserenterprisepolicy-location): 
    S3Location
  [Type](#cfn-bedrockagentcore-browsercustom-browserenterprisepolicy-type): String
```

## Properties
<a name="aws-properties-bedrockagentcore-browsercustom-browserenterprisepolicy-properties"></a>

`Location`  <a name="cfn-bedrockagentcore-browsercustom-browserenterprisepolicy-location"></a>
Property description not available.  
*Required*: Yes  
*Type*: [S3Location](aws-properties-bedrockagentcore-browsercustom-s3location.md)  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)

`Type`  <a name="cfn-bedrockagentcore-browsercustom-browserenterprisepolicy-type"></a>
Property description not available.  
*Required*: Yes  
*Type*: String  
*Allowed values*: `MANAGED | RECOMMENDED`  
*Update requires*: [Replacement](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement)