InstancePscConfig

data class InstancePscConfig(val allowedVpcs: List<String>? = null, val lookerServiceAttachmentUri: String? = null, val serviceAttachments: List<InstancePscConfigServiceAttachment>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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

Link copied to clipboard

(Output) URI of the Looker service attachment.

Link copied to clipboard

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