Vpc Accessible Services Args
data class VpcAccessibleServicesArgs(val allowedServices: Output<List<String>>? = null, val enableRestriction: Output<Boolean>? = null) : ConvertibleToJava<VpcAccessibleServicesArgs>
Specifies how APIs are allowed to communicate within the Service Perimeter.
Constructors
Link copied to clipboard
fun VpcAccessibleServicesArgs(allowedServices: Output<List<String>>? = null, enableRestriction: Output<Boolean>? = null)