Module Values.ServiceVolumeConfigurationSource

The configuration for a volume specified in the task definition as a volume that is configured at launch time. Currently, the only supported volume type is an Amazon EBS volume.

Sourcetype nonrec t = {
  1. name : ECSVolumeName.t;
    (*

    The name of the volume. This value must match the volume name from the Volume object in the task definition.

    *)
  2. managedEBSVolume : ServiceManagedEBSVolumeConfiguration.t option;
    (*

    The configuration for the Amazon EBS volume that Amazon ECS creates and manages on your behalf. These settings are used to create each Amazon EBS volume, with one volume created for each task in the service. The Amazon EBS volumes are visible in your account in the Amazon EC2 console once they are created.

    *)
}
Sourceval context_ : string
Sourceval make : ?managedEBSVolume:??? -> name:ECSVolumeName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ECSVolumeName.t | `Structure of (string * [> `Boolean of BoxedBoolean.t | `Enum of string | `Integer of BoxedInteger.t | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list ]) list ] list | `String of EBSKMSKeyId.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t