interface ContainerConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnRuntime.ContainerConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_ContainerConfigurationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.ContainerConfigurationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.ContainerConfigurationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnRuntime » ContainerConfigurationProperty |
The container 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 containerConfigurationProperty: bedrockagentcore.CfnRuntime.ContainerConfigurationProperty = {
containerUri: 'containerUri',
};
Properties
| Name | Type | Description |
|---|---|---|
| container | string | The container Uri. |
containerUri
Type:
string
The container Uri.

.NET
Go
Java
Python
TypeScript