#[non_exhaustive]pub struct AwsEcsTaskDefinitionDetails {Show 14 fields
pub container_definitions: Option<Vec<AwsEcsTaskDefinitionContainerDefinitionsDetails>>,
pub cpu: Option<String>,
pub execution_role_arn: Option<String>,
pub family: Option<String>,
pub inference_accelerators: Option<Vec<AwsEcsTaskDefinitionInferenceAcceleratorsDetails>>,
pub ipc_mode: Option<String>,
pub memory: Option<String>,
pub network_mode: Option<String>,
pub pid_mode: Option<String>,
pub placement_constraints: Option<Vec<AwsEcsTaskDefinitionPlacementConstraintsDetails>>,
pub proxy_configuration: Option<AwsEcsTaskDefinitionProxyConfigurationDetails>,
pub requires_compatibilities: Option<Vec<String>>,
pub task_role_arn: Option<String>,
pub volumes: Option<Vec<AwsEcsTaskDefinitionVolumesDetails>>,
}
Expand description
details about a task definition. A task definition describes the container and volume definitions of an Amazon Elastic Container Service task.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.container_definitions: Option<Vec<AwsEcsTaskDefinitionContainerDefinitionsDetails>>
The container definitions that describe the containers that make up the task.
cpu: Option<String>
The number of CPU units used by the task.
execution_role_arn: Option<String>
The ARN of the task execution role that grants the container agent permission to make API calls on behalf of the container user.
family: Option<String>
The name of a family that this task definition is registered to.
inference_accelerators: Option<Vec<AwsEcsTaskDefinitionInferenceAcceleratorsDetails>>
The Elastic Inference accelerators to use for the containers in the task.
ipc_mode: Option<String>
The IPC resource namespace to use for the containers in the task.
memory: Option<String>
The amount (in MiB) of memory used by the task.
network_mode: Option<String>
The Docker networking mode to use for the containers in the task.
pid_mode: Option<String>
The process namespace to use for the containers in the task.
placement_constraints: Option<Vec<AwsEcsTaskDefinitionPlacementConstraintsDetails>>
The placement constraint objects to use for tasks.
proxy_configuration: Option<AwsEcsTaskDefinitionProxyConfigurationDetails>
The configuration details for the App Mesh proxy.
requires_compatibilities: Option<Vec<String>>
The task launch types that the task definition was validated against.
task_role_arn: Option<String>
The short name or ARN of the IAM role that grants containers in the task permission to call Amazon Web Services API operations on your behalf.
volumes: Option<Vec<AwsEcsTaskDefinitionVolumesDetails>>
The data volume definitions for the task.
Implementations
sourceimpl AwsEcsTaskDefinitionDetails
impl AwsEcsTaskDefinitionDetails
sourcepub fn container_definitions(
&self
) -> Option<&[AwsEcsTaskDefinitionContainerDefinitionsDetails]>
pub fn container_definitions(
&self
) -> Option<&[AwsEcsTaskDefinitionContainerDefinitionsDetails]>
The container definitions that describe the containers that make up the task.
sourcepub fn execution_role_arn(&self) -> Option<&str>
pub fn execution_role_arn(&self) -> Option<&str>
The ARN of the task execution role that grants the container agent permission to make API calls on behalf of the container user.
sourcepub fn family(&self) -> Option<&str>
pub fn family(&self) -> Option<&str>
The name of a family that this task definition is registered to.
sourcepub fn inference_accelerators(
&self
) -> Option<&[AwsEcsTaskDefinitionInferenceAcceleratorsDetails]>
pub fn inference_accelerators(
&self
) -> Option<&[AwsEcsTaskDefinitionInferenceAcceleratorsDetails]>
The Elastic Inference accelerators to use for the containers in the task.
sourcepub fn ipc_mode(&self) -> Option<&str>
pub fn ipc_mode(&self) -> Option<&str>
The IPC resource namespace to use for the containers in the task.
sourcepub fn network_mode(&self) -> Option<&str>
pub fn network_mode(&self) -> Option<&str>
The Docker networking mode to use for the containers in the task.
sourcepub fn pid_mode(&self) -> Option<&str>
pub fn pid_mode(&self) -> Option<&str>
The process namespace to use for the containers in the task.
sourcepub fn placement_constraints(
&self
) -> Option<&[AwsEcsTaskDefinitionPlacementConstraintsDetails]>
pub fn placement_constraints(
&self
) -> Option<&[AwsEcsTaskDefinitionPlacementConstraintsDetails]>
The placement constraint objects to use for tasks.
sourcepub fn proxy_configuration(
&self
) -> Option<&AwsEcsTaskDefinitionProxyConfigurationDetails>
pub fn proxy_configuration(
&self
) -> Option<&AwsEcsTaskDefinitionProxyConfigurationDetails>
The configuration details for the App Mesh proxy.
sourcepub fn requires_compatibilities(&self) -> Option<&[String]>
pub fn requires_compatibilities(&self) -> Option<&[String]>
The task launch types that the task definition was validated against.
sourcepub fn task_role_arn(&self) -> Option<&str>
pub fn task_role_arn(&self) -> Option<&str>
The short name or ARN of the IAM role that grants containers in the task permission to call Amazon Web Services API operations on your behalf.
sourceimpl AwsEcsTaskDefinitionDetails
impl AwsEcsTaskDefinitionDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsTaskDefinitionDetails
Trait Implementations
sourceimpl Clone for AwsEcsTaskDefinitionDetails
impl Clone for AwsEcsTaskDefinitionDetails
sourcefn clone(&self) -> AwsEcsTaskDefinitionDetails
fn clone(&self) -> AwsEcsTaskDefinitionDetails
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for AwsEcsTaskDefinitionDetails
impl Debug for AwsEcsTaskDefinitionDetails
sourceimpl PartialEq<AwsEcsTaskDefinitionDetails> for AwsEcsTaskDefinitionDetails
impl PartialEq<AwsEcsTaskDefinitionDetails> for AwsEcsTaskDefinitionDetails
sourcefn eq(&self, other: &AwsEcsTaskDefinitionDetails) -> bool
fn eq(&self, other: &AwsEcsTaskDefinitionDetails) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AwsEcsTaskDefinitionDetails) -> bool
fn ne(&self, other: &AwsEcsTaskDefinitionDetails) -> bool
This method tests for !=
.
impl StructuralPartialEq for AwsEcsTaskDefinitionDetails
Auto Trait Implementations
impl RefUnwindSafe for AwsEcsTaskDefinitionDetails
impl Send for AwsEcsTaskDefinitionDetails
impl Sync for AwsEcsTaskDefinitionDetails
impl Unpin for AwsEcsTaskDefinitionDetails
impl UnwindSafe for AwsEcsTaskDefinitionDetails
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more