GetCapacityProviderPlainArgs

data class GetCapacityProviderPlainArgs(val name: String) : ConvertibleToJava<GetCapacityProviderPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the capacity provider. If a name is specified, it cannot start with aws , ecs , or fargate . If no name is specified, a default name in the CFNStackName-CFNResourceName-RandomString format is used.

Functions

Link copied to clipboard
open override fun toJava(): GetCapacityProviderPlainArgs