SecurityProfileCustomInterceptProfileArgs

data class SecurityProfileCustomInterceptProfileArgs(val interceptEndpointGroup: Output<String>) : ConvertibleToJava<SecurityProfileCustomInterceptProfileArgs>

Constructors

constructor(interceptEndpointGroup: Output<String>)

Properties

Link copied to clipboard

The Intercept Endpoint Group to which matching traffic should be intercepted. Format: projects/{project_id}/locations/global/interceptEndpointGroups/{endpoint_group_id}

Functions

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