interface HostingEnvironmentProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnRuntime.HostingEnvironmentProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_HostingEnvironmentProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.HostingEnvironmentProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.HostingEnvironmentProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » 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-lib';
const hostingEnvironmentProperty: bedrockagentcore.CfnRuntime.HostingEnvironmentProperty = {
arn: 'arn',
};
Properties
| Name | Type | Description |
|---|---|---|
| arn | string | The ARN of the bedrock-agentcore hosting environment. |
arn
Type:
string
The ARN of the bedrock-agentcore hosting environment.

.NET
Go
Java
Python
TypeScript