GetContainerGroupDefinitionResult

data class GetContainerGroupDefinitionResult(val containerGroupDefinitionArn: String? = null, val creationTime: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(containerGroupDefinitionArn: String? = null, creationTime: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.

Link copied to clipboard
val creationTime: String? = null

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").

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

An array of key-value pairs to apply to this resource.