interface AgentRuntimeArtifactProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_bedrockagentcore.CfnRuntime.AgentRuntimeArtifactProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnRuntime_AgentRuntimeArtifactProperty | 
|  Java | software.amazon.awscdk.services.bedrockagentcore.CfnRuntime.AgentRuntimeArtifactProperty | 
|  Python | aws_cdk.aws_bedrockagentcore.CfnRuntime.AgentRuntimeArtifactProperty | 
|  TypeScript | aws-cdk-lib»aws_bedrockagentcore»CfnRuntime»AgentRuntimeArtifactProperty | 
The artifact of the agent.
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 agentRuntimeArtifactProperty: bedrockagentcore.CfnRuntime.AgentRuntimeArtifactProperty = {
  containerConfiguration: {
    containerUri: 'containerUri',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| container | IResolvable | Container | Representation of a container configuration. | 
containerConfiguration?
Type:
IResolvable | Container
(optional)
Representation of a container configuration.
