Capacity Provider Args
data class CapacityProviderArgs(val autoScalingGroupProvider: Output<CapacityProviderAutoScalingGroupProviderArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<CapacityProviderArgs>
Resource Type definition for AWS::ECS::CapacityProvider.
Example Usage
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(autoScalingGroupProvider: Output<CapacityProviderAutoScalingGroupProviderArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)