interface BrowserEnterprisePolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnBrowserCustomPropsMixin_BrowserEnterprisePolicyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnBrowserCustomPropsMixin.BrowserEnterprisePolicyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnBrowserCustomPropsMixin » 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/cfn-property-mixins';
const browserEnterprisePolicyProperty: bedrockagentcore.CfnBrowserCustomPropsMixin.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
(optional)
S3 Location Configuration.
type?
Type:
string
(optional)
The type of browser enterprise policy.

.NET
Go
Java
Python
TypeScript