CapacityProviderArgs

data class CapacityProviderArgs(val autoScalingGroupProvider: Output<CapacityProviderAutoScalingGroupProviderArgs>? = null, val name: Output<String>? = null, val tags: Output<List<CapacityProviderTagArgs>>? = 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
fun CapacityProviderArgs(autoScalingGroupProvider: Output<CapacityProviderAutoScalingGroupProviderArgs>? = null, name: Output<String>? = null, tags: Output<List<CapacityProviderTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<List<CapacityProviderTagArgs>>? = null