IngressPolicy

class IngressPolicy : KotlinCustomResource

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}} When using the pulumi import command, IngressPolicy can be imported using one of the formats above. For example:

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

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resource: Output<String>

A GCP resource that is inside of the service perimeter.

Link copied to clipboard
val urn: Output<String>