InteractiveQueryClusterPrivateLinkConfigurationArgs

data class InteractiveQueryClusterPrivateLinkConfigurationArgs(val groupId: Output<String>, val ipConfiguration: Output<InteractiveQueryClusterPrivateLinkConfigurationIpConfigurationArgs>, val name: Output<String>) : ConvertibleToJava<InteractiveQueryClusterPrivateLinkConfigurationArgs>

Constructors

constructor(groupId: Output<String>, ipConfiguration: Output<InteractiveQueryClusterPrivateLinkConfigurationIpConfigurationArgs>, name: Output<String>)

Properties

Link copied to clipboard
val groupId: Output<String>

The ID of the private link service group.

Link copied to clipboard
val name: Output<String>

The name of the private link configuration.

Functions

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