CapacityProviderVolume
Configuration for a capacity provider volume to mount into the AgentCore Runtime. This mounts a persistent volume that is defined on the capacity provider, referenced by its logical name.
Inherited functions
Casts this FilesystemConfiguration as a CapacityProviderVolume and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CapacityProviderVolumeConfiguration value. Throws an exception if the FilesystemConfiguration is not a CapacityProviderVolume.
Casts this FilesystemConfiguration as a CapacityProviderVolume and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.CapacityProviderVolumeConfiguration value. Returns null if the FilesystemConfiguration is not a CapacityProviderVolume.
Casts this FilesystemConfiguration as a EfsAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EfsAccessPointConfiguration value. Throws an exception if the FilesystemConfiguration is not a EfsAccessPoint.
Casts this FilesystemConfiguration as a EfsAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EfsAccessPointConfiguration value. Returns null if the FilesystemConfiguration is not a EfsAccessPoint.
Casts this FilesystemConfiguration as a S3FilesAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3FilesAccessPointConfiguration value. Throws an exception if the FilesystemConfiguration is not a S3FilesAccessPoint.
Casts this FilesystemConfiguration as a S3FilesAccessPoint and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.S3FilesAccessPointConfiguration value. Returns null if the FilesystemConfiguration is not a S3FilesAccessPoint.
Casts this FilesystemConfiguration as a SessionStorage and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SessionStorageConfiguration value. Throws an exception if the FilesystemConfiguration is not a SessionStorage.
Casts this FilesystemConfiguration as a SessionStorage and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SessionStorageConfiguration value. Returns null if the FilesystemConfiguration is not a SessionStorage.