1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginIpRestriction
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginIpRestriction

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    Using getGatewayPluginIpRestriction

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getGatewayPluginIpRestriction(args: GetGatewayPluginIpRestrictionArgs, opts?: InvokeOptions): Promise<GetGatewayPluginIpRestrictionResult>
    function getGatewayPluginIpRestrictionOutput(args: GetGatewayPluginIpRestrictionOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginIpRestrictionResult>
    def get_gateway_plugin_ip_restriction(control_plane_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetGatewayPluginIpRestrictionResult
    def get_gateway_plugin_ip_restriction_output(control_plane_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginIpRestrictionResult]
    func LookupGatewayPluginIpRestriction(ctx *Context, args *LookupGatewayPluginIpRestrictionArgs, opts ...InvokeOption) (*LookupGatewayPluginIpRestrictionResult, error)
    func LookupGatewayPluginIpRestrictionOutput(ctx *Context, args *LookupGatewayPluginIpRestrictionOutputArgs, opts ...InvokeOption) LookupGatewayPluginIpRestrictionResultOutput

    > Note: This function is named LookupGatewayPluginIpRestriction in the Go SDK.

    public static class GetGatewayPluginIpRestriction 
    {
        public static Task<GetGatewayPluginIpRestrictionResult> InvokeAsync(GetGatewayPluginIpRestrictionArgs args, InvokeOptions? opts = null)
        public static Output<GetGatewayPluginIpRestrictionResult> Invoke(GetGatewayPluginIpRestrictionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGatewayPluginIpRestrictionResult> getGatewayPluginIpRestriction(GetGatewayPluginIpRestrictionArgs args, InvokeOptions options)
    public static Output<GetGatewayPluginIpRestrictionResult> getGatewayPluginIpRestriction(GetGatewayPluginIpRestrictionArgs args, InvokeOptions options)
    
    fn::invoke:
      function: konnect:index/getGatewayPluginIpRestriction:getGatewayPluginIpRestriction
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getGatewayPluginIpRestriction Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginIpRestrictionConfig

    Allows List<string>
    List of IPs or CIDR ranges to allow. One of config.allow or config.deny must be specified.
    Denies List<string>
    List of IPs or CIDR ranges to deny. One of config.allow or config.deny must be specified.
    Message string
    The message to send as a response body to rejected requests.
    Status double
    The HTTP status of the requests that will be rejected by the plugin.
    Allows []string
    List of IPs or CIDR ranges to allow. One of config.allow or config.deny must be specified.
    Denies []string
    List of IPs or CIDR ranges to deny. One of config.allow or config.deny must be specified.
    Message string
    The message to send as a response body to rejected requests.
    Status float64
    The HTTP status of the requests that will be rejected by the plugin.
    allows List<String>
    List of IPs or CIDR ranges to allow. One of config.allow or config.deny must be specified.
    denies List<String>
    List of IPs or CIDR ranges to deny. One of config.allow or config.deny must be specified.
    message String
    The message to send as a response body to rejected requests.
    status Double
    The HTTP status of the requests that will be rejected by the plugin.
    allows string[]
    List of IPs or CIDR ranges to allow. One of config.allow or config.deny must be specified.
    denies string[]
    List of IPs or CIDR ranges to deny. One of config.allow or config.deny must be specified.
    message string
    The message to send as a response body to rejected requests.
    status number
    The HTTP status of the requests that will be rejected by the plugin.
    allows Sequence[str]
    List of IPs or CIDR ranges to allow. One of config.allow or config.deny must be specified.
    denies Sequence[str]
    List of IPs or CIDR ranges to deny. One of config.allow or config.deny must be specified.
    message str
    The message to send as a response body to rejected requests.
    status float
    The HTTP status of the requests that will be rejected by the plugin.
    allows List<String>
    List of IPs or CIDR ranges to allow. One of config.allow or config.deny must be specified.
    denies List<String>
    List of IPs or CIDR ranges to deny. One of config.allow or config.deny must be specified.
    message String
    The message to send as a response body to rejected requests.
    status Number
    The HTTP status of the requests that will be rejected by the plugin.

    GetGatewayPluginIpRestrictionConsumer

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginIpRestrictionConsumerGroup

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginIpRestrictionOrdering

    GetGatewayPluginIpRestrictionOrderingAfter

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginIpRestrictionOrderingBefore

    Accesses List<string>
    Accesses []string
    accesses List<String>
    accesses string[]
    accesses Sequence[str]
    accesses List<String>

    GetGatewayPluginIpRestrictionRoute

    Id string
    Id string
    id String
    id string
    id str
    id String

    GetGatewayPluginIpRestrictionService

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    konnect kong/terraform-provider-konnect
    License
    Notes
    This Pulumi package is based on the konnect Terraform Provider.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong