Show / Hide Table of Contents

Class CfnRuntime.CapacityProviderVolumeConfigurationProperty

Configuration for a CapacityProvider-managed volume to mount into the agent runtime.

Inheritance
object
CfnRuntime.CapacityProviderVolumeConfigurationProperty
Implements
CfnRuntime.ICapacityProviderVolumeConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnRuntime.CapacityProviderVolumeConfigurationProperty : CfnRuntime.ICapacityProviderVolumeConfigurationProperty
Syntax (vb)
Public Class CfnRuntime.CapacityProviderVolumeConfigurationProperty Implements CfnRuntime.ICapacityProviderVolumeConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-capacityprovidervolumeconfiguration.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.AWS.BedrockAgentCore;

             var capacityProviderVolumeConfigurationProperty = new CapacityProviderVolumeConfigurationProperty {
                 MountPath = "mountPath",
                 VolumeName = "volumeName"
             };

Synopsis

Constructors

CapacityProviderVolumeConfigurationProperty()

Configuration for a CapacityProvider-managed volume to mount into the agent runtime.

Properties

MountPath

Mount path for filesystem configuration.

VolumeName

Name of the capacity provider volume.

Constructors

CapacityProviderVolumeConfigurationProperty()

Configuration for a CapacityProvider-managed volume to mount into the agent runtime.

public CapacityProviderVolumeConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-runtime-capacityprovidervolumeconfiguration.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.AWS.BedrockAgentCore;

             var capacityProviderVolumeConfigurationProperty = new CapacityProviderVolumeConfigurationProperty {
                 MountPath = "mountPath",
                 VolumeName = "volumeName"
             };

Properties

MountPath

Mount path for filesystem configuration.

public string MountPath { get; set; }
Property Value

string

Remarks

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

VolumeName

Name of the capacity provider volume.

public string VolumeName { get; set; }
Property Value

string

Remarks

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

Implements

CfnRuntime.ICapacityProviderVolumeConfigurationProperty
Back to top Generated by DocFX