Ec2FleetTagSpecificationArgs

data class Ec2FleetTagSpecificationArgs(val resourceType: Output<Ec2FleetTagSpecificationResourceType>? = null, val tags: Output<List<Ec2FleetTagArgs>>? = null) : ConvertibleToJava<Ec2FleetTagSpecificationArgs>

Constructors

Link copied to clipboard
constructor(resourceType: Output<Ec2FleetTagSpecificationResourceType>? = null, tags: Output<List<Ec2FleetTagArgs>>? = null)

Properties

Link copied to clipboard

The type of resource to tag.

Link copied to clipboard
val tags: Output<List<Ec2FleetTagArgs>>? = null

The tags to apply to the resource.

Functions

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