Struct aws_sdk_batch::model::FargatePlatformConfiguration
source · #[non_exhaustive]pub struct FargatePlatformConfiguration { /* private fields */ }
Expand description
The platform configuration for jobs that are running on Fargate resources. Jobs that run on EC2 resources must not specify this parameter.
Implementations§
source§impl FargatePlatformConfiguration
impl FargatePlatformConfiguration
sourcepub fn platform_version(&self) -> Option<&str>
pub fn platform_version(&self) -> Option<&str>
The Fargate platform version where the jobs are running. A platform version is specified only for jobs that are running on Fargate resources. If one isn't specified, the LATEST
platform version is used by default. This uses a recent, approved version of the Fargate platform for compute resources. For more information, see Fargate platform versions in the Amazon Elastic Container Service Developer Guide.
source§impl FargatePlatformConfiguration
impl FargatePlatformConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FargatePlatformConfiguration
.
Trait Implementations§
source§impl Clone for FargatePlatformConfiguration
impl Clone for FargatePlatformConfiguration
source§fn clone(&self) -> FargatePlatformConfiguration
fn clone(&self) -> FargatePlatformConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more