NodeGroupShareSettingsProjectMapArgs

data class NodeGroupShareSettingsProjectMapArgs(val id: Output<String>, val projectId: Output<String>) : ConvertibleToJava<NodeGroupShareSettingsProjectMapArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>, projectId: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

The identifier for this object. Format specified above.

Link copied to clipboard
val projectId: Output<String>

The project id/number should be the same as the key of this project config in the project map.

Functions

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