Class CfnRuntimePropsMixin.ContainerConfigurationProperty
The container configuration.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRuntimePropsMixin.ContainerConfigurationProperty : CfnRuntimePropsMixin.IContainerConfigurationProperty
Syntax (vb)
Public Class CfnRuntimePropsMixin.ContainerConfigurationProperty Implements CfnRuntimePropsMixin.IContainerConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var containerConfigurationProperty = new ContainerConfigurationProperty {
ContainerUri = "containerUri"
};
Synopsis
Constructors
| ContainerConfigurationProperty() | The container configuration. |
Properties
| ContainerUri | The container Uri. |
Constructors
ContainerConfigurationProperty()
The container configuration.
public ContainerConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore;
var containerConfigurationProperty = new ContainerConfigurationProperty {
ContainerUri = "containerUri"
};
Properties
ContainerUri
The container Uri.
public string? ContainerUri { get; set; }