ServicePerimeterStatusVpcAccessibleServicesArgs

data class ServicePerimeterStatusVpcAccessibleServicesArgs(val allowedServices: Output<List<String>>? = null, val enableRestriction: Output<Boolean>? = null) : ConvertibleToJava<ServicePerimeterStatusVpcAccessibleServicesArgs>

Constructors

constructor(allowedServices: Output<List<String>>? = null, enableRestriction: Output<Boolean>? = null)

Properties

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

The list of APIs usable within the Service Perimeter. Must be empty unless enableRestriction is True.

Link copied to clipboard
val enableRestriction: Output<Boolean>? = null

Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowedServices'.

Functions

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