fargate Platform Configuration
suspend fun fargatePlatformConfiguration(value: Output<JobDefinitionContainerPropertiesFargatePlatformConfigurationPropertiesArgs>)
suspend fun fargatePlatformConfiguration(value: JobDefinitionContainerPropertiesFargatePlatformConfigurationPropertiesArgs?)
Parameters
value
The platform configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.
suspend fun fargatePlatformConfiguration(argument: suspend JobDefinitionContainerPropertiesFargatePlatformConfigurationPropertiesArgsBuilder.() -> Unit)
Parameters
argument
The platform configuration for jobs that are running on Fargate resources. Jobs that are running on Amazon EC2 resources must not specify this parameter.