CostAllocationTag

The cost allocation tag structure. This includes detailed metadata for the CostAllocationTag object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The last date that the tag was either activated or deactivated.

Link copied to clipboard

The last month that the tag was used on an Amazon Web Services resource.

Link copied to clipboard

The status of a cost allocation tag.

Link copied to clipboard

The key for the cost allocation tag.

Link copied to clipboard

The type of cost allocation tag. You can use AWSGenerated or UserDefined type tags. AWSGenerated type tags are tags that Amazon Web Services defines and applies to support Amazon Web Services resources for cost allocation purposes. UserDefined type tags are tags that you define, create, and apply to resources.

Functions

Link copied to clipboard
inline fun copy(block: CostAllocationTag.Builder.() -> Unit = {}): CostAllocationTag
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String