Class ServicePerimeterStatusEgressPolicyEgressToArgs


  • public final class ServicePerimeterStatusEgressPolicyEgressToArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • externalResources

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> externalResources()
        Returns:
        A list of external resources that are allowed to be accessed. A request matches if it contains an external resource in this list (Example: s3://bucket/path). Currently '*' is not allowed.
      • operations

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ServicePerimeterStatusEgressPolicyEgressToOperationArgs>>> operations()
        Returns:
        A list of `ApiOperations` that this egress rule applies to. A request matches if it contains an operation/service in this list. Structure is documented below.
      • resources

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> resources()
        Returns:
        A list of resources, currently only projects in the form `projects/<projectnumber>`, that match this to stanza. A request matches if it contains a resource in this list. If * is specified for resources, then this `EgressTo` rule will authorize access to all resources outside the perimeter.