LocationArgs

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

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

Constructors

Link copied to clipboard
fun LocationArgs(locationName: Output<String>? = null, tags: Output<List<LocationTagArgs>>? = null)

Functions

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

Properties

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

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