EgressPolicy

class EgressPolicy : KotlinCustomResource

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

Import

EgressPolicy can be imported using any of these accepted formats:

  • {{egress_policy_name}}/{{resource}} When using the pulumi import command, EgressPolicy can be imported using one of the formats above. For example:

$ pulumi import gcp:accesscontextmanager/egressPolicy:EgressPolicy default {{egress_policy_name}}/{{resource}}

Properties

Link copied to clipboard
val accessPolicyId: Output<String>

The name of the Access Policy this resource belongs to.

Link copied to clipboard

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

Link copied to clipboard
val id: Output<String>
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>