Show / Hide Table of Contents

Class CfnRuntimePropsMixin.ContainerConfigurationProperty

The container configuration.

Inheritance
object
CfnRuntimePropsMixin.ContainerConfigurationProperty
Implements
CfnRuntimePropsMixin.IContainerConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-containerconfiguration.html#cfn-bedrockagentcore-runtime-containerconfiguration-containeruri

Implements

CfnRuntimePropsMixin.IContainerConfigurationProperty
Back to top Generated by DocFX