IngressPolicyArgs

data class IngressPolicyArgs(val ingressPolicyName: Output<String>? = null, val resource: Output<String>? = null) : ConvertibleToJava<IngressPolicyArgs>

This resource has been deprecated, please refer to ServicePerimeterIngressPolicy. To get more information about IngressPolicy, see:

Import

IngressPolicy can be imported using any of these accepted formats:

$ pulumi import gcp:accesscontextmanager/ingressPolicy:IngressPolicy default {{ingress_policy_name}}/{{resource}}

Constructors

Link copied to clipboard
constructor(ingressPolicyName: Output<String>? = null, resource: Output<String>? = null)

Properties

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

The name of the Service Perimeter to add this resource to.

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

A GCP resource that is inside of the service perimeter.

Functions

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