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* {{ingress_policy_name}}/{{resource}} In Terraform v1.5.0 and later, use an import block to import IngressPolicy using one of the formats above. For exampletf import { id = "{{ingress_policy_name}}/{{resource}}" to = google_access_context_manager_ingress_policy.default }

$ pulumi import gcp:accesscontextmanager/ingressPolicy:IngressPolicy When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), IngressPolicy can be imported using one of the formats above. For example
$ pulumi import gcp:accesscontextmanager/ingressPolicy:IngressPolicy default {{ingress_policy_name}}/{{resource}}

Constructors

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

Functions

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

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.