VolumeFrom
public struct VolumeFrom : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If this value is true, the container has read-only access to the volume. If this value is false, then the container can write to the volume. The default value is false.
Declaration
Swift
public let readOnly: Bool?
-
The name of another container within the same task definition from which to mount volumes.
Declaration
Swift
public let sourceContainer: String?
-
Undocumented
Declaration
Swift
public init(readOnly: Bool? = nil, sourceContainer: String? = nil)