konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginIpRestriction
Explore with Pulumi AI
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:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginIpRestriction Result
The following output properties are available:
- Config
Get
Gateway Plugin Ip Restriction Config - Consumer
Get
Gateway Plugin Ip Restriction Consumer - Consumer
Group GetGateway Plugin Ip Restriction Consumer Group - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Ip Restriction Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Ip Restriction Route - Service
Get
Gateway Plugin Ip Restriction Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Ip Restriction Config - Consumer
Get
Gateway Plugin Ip Restriction Consumer - Consumer
Group GetGateway Plugin Ip Restriction Consumer Group - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Ip Restriction Ordering - Protocols []string
- Route
Get
Gateway Plugin Ip Restriction Route - Service
Get
Gateway Plugin Ip Restriction Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Ip Restriction Config - consumer
Get
Gateway Plugin Ip Restriction Consumer - consumer
Group GetGateway Plugin Ip Restriction Consumer Group - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Ip Restriction Ordering - protocols List<String>
- route
Get
Gateway Plugin Ip Restriction Route - service
Get
Gateway Plugin Ip Restriction Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Ip Restriction Config - consumer
Get
Gateway Plugin Ip Restriction Consumer - consumer
Group GetGateway Plugin Ip Restriction Consumer Group - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Ip Restriction Ordering - protocols string[]
- route
Get
Gateway Plugin Ip Restriction Route - service
Get
Gateway Plugin Ip Restriction Service - string[]
- updated
At number
- config
Get
Gateway Plugin Ip Restriction Config - consumer
Get
Gateway Plugin Ip Restriction Consumer - consumer_
group GetGateway Plugin Ip Restriction Consumer Group - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Ip Restriction Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Ip Restriction Route - service
Get
Gateway Plugin Ip Restriction Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- consumer
Group Property Map - control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginIpRestrictionConfig
- Allows List<string>
- List of IPs or CIDR ranges to allow. One of
config.allow
orconfig.deny
must be specified. - Denies List<string>
- List of IPs or CIDR ranges to deny. One of
config.allow
orconfig.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
orconfig.deny
must be specified. - Denies []string
- List of IPs or CIDR ranges to deny. One of
config.allow
orconfig.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
orconfig.deny
must be specified. - denies List<String>
- List of IPs or CIDR ranges to deny. One of
config.allow
orconfig.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
orconfig.deny
must be specified. - denies string[]
- List of IPs or CIDR ranges to deny. One of
config.allow
orconfig.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
orconfig.deny
must be specified. - denies Sequence[str]
- List of IPs or CIDR ranges to deny. One of
config.allow
orconfig.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
orconfig.deny
must be specified. - denies List<String>
- List of IPs or CIDR ranges to deny. One of
config.allow
orconfig.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.