Class CfnRuntime.CapacityProviderVolumeConfigurationProperty
Configuration for a CapacityProvider-managed volume to mount into the agent runtime.
Inherited Members
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
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
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
Remarks
VolumeName
Name of the capacity provider volume.
public string VolumeName { get; set; }