Represents a service-managed volume and always configured at launch.
import { ServiceManagedVolume } from 'aws-cdk-lib/aws-ecs';Or use the module namespace:
import * as ecs from 'aws-cdk-lib/aws-ecs';
// ecs.ServiceManagedVolumeConfiguration passed to the constructor as ServiceManagedVolumeProps.
nameRequiredstringThe name of the volume. This corresponds to the name provided in the ECS TaskDefinition.
managedEBSVolumeOptionalServiceManagedEBSVolumeConfigurationConfiguration for an Amazon Elastic Block Store (EBS) volume managed by ECS.
Default: - undefined
Everything you need to know about Amazon ECS on one page. HD quality, print-friendly.
Download Free Infographicaws-ecs