LocationArgs

data class LocationArgs(val locationName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<LocationArgs>

The AWS::GameLift::Location resource creates an Amazon GameLift (GameLift) custom location.

Constructors

Link copied to clipboard
constructor(locationName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val locationName: Output<String>? = null

A descriptive name for the custom location.

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

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

Functions

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