InstancePscConfigArgs

data class InstancePscConfigArgs(val allowedVpcs: Output<List<String>>? = null, val lookerServiceAttachmentUri: Output<String>? = null, val serviceAttachments: Output<List<InstancePscConfigServiceAttachmentArgs>>? = null) : ConvertibleToJava<InstancePscConfigArgs>

Constructors

Link copied to clipboard
constructor(allowedVpcs: Output<List<String>>? = null, lookerServiceAttachmentUri: Output<String>? = null, serviceAttachments: Output<List<InstancePscConfigServiceAttachmentArgs>>? = null)

Properties

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

List of VPCs that are allowed ingress into the Looker instance.

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

(Output) URI of the Looker service attachment.

Link copied to clipboard

List of egress service attachment configurations. Structure is documented below.

Functions

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