interface BrowserEnterprisePolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnBrowserCustom.BrowserEnterprisePolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnBrowserCustom_BrowserEnterprisePolicyProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.BrowserEnterprisePolicyProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnBrowserCustom.BrowserEnterprisePolicyProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnBrowserCustom » BrowserEnterprisePolicyProperty |
Browser enterprise policy configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const browserEnterprisePolicyProperty: bedrockagentcore.CfnBrowserCustom.BrowserEnterprisePolicyProperty = {
location: {
bucket: 'bucket',
prefix: 'prefix',
},
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| location | IResolvable | S3 | S3 Location Configuration. |
| type | string | The type of browser enterprise policy. |
location
Type:
IResolvable | S3
S3 Location Configuration.
type
Type:
string
The type of browser enterprise policy.

.NET
Go
Java
Python
TypeScript