interface HostingEnvironmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnRuntimePropsMixin.HostingEnvironmentProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnRuntimePropsMixin_HostingEnvironmentProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimePropsMixin.HostingEnvironmentProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnRuntimePropsMixin.HostingEnvironmentProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnRuntimePropsMixin » HostingEnvironmentProperty |
An upstream workload identified by the ARN of its hosting environment (for example a Gateway or Runtime ARN).
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 hostingEnvironmentProperty: bedrockagentcore.CfnRuntimePropsMixin.HostingEnvironmentProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string | The ARN of the bedrock-agentcore hosting environment. |
arn?
Type:
string
(optional)
The ARN of the bedrock-agentcore hosting environment.

.NET
Go
Java
Python
TypeScript