TaskOverride
public struct TaskOverride : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more container overrides sent to a task.
Declaration
Swift
public let containerOverrides: [ContainerOverride]?
-
The cpu override for the task.
Declaration
Swift
public let cpu: String?
-
The Amazon Resource Name (ARN) of the task execution IAM role override for the task.
Declaration
Swift
public let executionRoleArn: String?
-
The Elastic Inference accelerator override for the task.
Declaration
Swift
public let inferenceAcceleratorOverrides: [InferenceAcceleratorOverride]?
-
The memory override for the task.
Declaration
Swift
public let memory: String?
-
The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume. All containers in this task are granted the permissions that are specified in this role.
Declaration
Swift
public let taskRoleArn: String?
-
Undocumented
Declaration
Swift
public init(containerOverrides: [ContainerOverride]? = nil, cpu: String? = nil, executionRoleArn: String? = nil, inferenceAcceleratorOverrides: [InferenceAcceleratorOverride]? = nil, memory: String? = nil, taskRoleArn: String? = nil)