Package-level declarations

Types

Link copied to clipboard
data class GameServerClusterConnectionInfoArgs(val gkeClusterReference: Output<GameServerClusterConnectionInfoGkeClusterReferenceArgs>, val namespace: Output<String>) : ConvertibleToJava<GameServerClusterConnectionInfoArgs>
data class GameServerClusterConnectionInfoGkeClusterReferenceArgs(val cluster: Output<String>) : ConvertibleToJava<GameServerClusterConnectionInfoGkeClusterReferenceArgs>
Link copied to clipboard
data class GameServerConfigFleetConfigArgs(val fleetSpec: Output<String>, val name: Output<String>? = null) : ConvertibleToJava<GameServerConfigFleetConfigArgs>
Link copied to clipboard
data class GameServerConfigScalingConfigArgs(val fleetAutoscalerSpec: Output<String>, val name: Output<String>, val schedules: Output<List<GameServerConfigScalingConfigScheduleArgs>>? = null, val selectors: Output<List<GameServerConfigScalingConfigSelectorArgs>>? = null) : ConvertibleToJava<GameServerConfigScalingConfigArgs>
data class GameServerConfigScalingConfigScheduleArgs(val cronJobDuration: Output<String>? = null, val cronSpec: Output<String>? = null, val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<GameServerConfigScalingConfigScheduleArgs>
data class GameServerConfigScalingConfigSelectorArgs(val labels: Output<Map<String, String>>? = null) : ConvertibleToJava<GameServerConfigScalingConfigSelectorArgs>
data class GameServerDeploymentRolloutGameServerConfigOverrideArgs(val configVersion: Output<String>? = null, val realmsSelector: Output<GameServerDeploymentRolloutGameServerConfigOverrideRealmsSelectorArgs>? = null) : ConvertibleToJava<GameServerDeploymentRolloutGameServerConfigOverrideArgs>
data class GameServerDeploymentRolloutGameServerConfigOverrideRealmsSelectorArgs(val realms: Output<List<String>>? = null) : ConvertibleToJava<GameServerDeploymentRolloutGameServerConfigOverrideRealmsSelectorArgs>
Link copied to clipboard
data class GetGameServerDeploymentRolloutPlainArgs(val deploymentId: String) : ConvertibleToJava<GetGameServerDeploymentRolloutPlainArgs>

A collection of arguments for invoking getGameServerDeploymentRollout.