Ecs Functions
object EcsFunctions
Functions
Link copied to clipboard
Resource Type definition for AWS::ECS::CapacityProvider.
suspend fun getCapacityProvider(argument: suspend GetCapacityProviderPlainArgsBuilder.() -> Unit): GetCapacityProviderResult
Link copied to clipboard
Create an Elastic Container Service (ECS) cluster.
Link copied to clipboard
suspend fun getClusterCapacityProviderAssociations(argument: GetClusterCapacityProviderAssociationsPlainArgs): GetClusterCapacityProviderAssociationsResult
Associate a set of ECS Capacity Providers with a specified ECS Cluster
suspend fun getClusterCapacityProviderAssociations(cluster: String): GetClusterCapacityProviderAssociationsResult
suspend fun getClusterCapacityProviderAssociations(argument: suspend GetClusterCapacityProviderAssociationsPlainArgsBuilder.() -> Unit): GetClusterCapacityProviderAssociationsResult
Link copied to clipboard
A pseudo-resource that manages which of your ECS task sets is primary.
suspend fun getPrimaryTaskSet(argument: suspend GetPrimaryTaskSetPlainArgsBuilder.() -> Unit): GetPrimaryTaskSetResult
Link copied to clipboard
Resource Type definition for AWS::ECS::Service
Link copied to clipboard
Resource Schema describing various properties for ECS TaskDefinition
suspend fun getTaskDefinition(argument: suspend GetTaskDefinitionPlainArgsBuilder.() -> Unit): GetTaskDefinitionResult
Link copied to clipboard
Create a task set in the specified cluster and service. This is used when a service uses the EXTERNAL deployment controller type. For more information, see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-types.htmlin the Amazon Elastic Container Service Developer Guide.