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.
Properties
Link copied to clipboard
The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.
Link copied to clipboard
Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.