konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginCanary
Explore with Pulumi AI
Using getGatewayPluginCanary
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 getGatewayPluginCanary(args: GetGatewayPluginCanaryArgs, opts?: InvokeOptions): Promise<GetGatewayPluginCanaryResult>
function getGatewayPluginCanaryOutput(args: GetGatewayPluginCanaryOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginCanaryResult>
def get_gateway_plugin_canary(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginCanaryResult
def get_gateway_plugin_canary_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginCanaryResult]
func LookupGatewayPluginCanary(ctx *Context, args *LookupGatewayPluginCanaryArgs, opts ...InvokeOption) (*LookupGatewayPluginCanaryResult, error)
func LookupGatewayPluginCanaryOutput(ctx *Context, args *LookupGatewayPluginCanaryOutputArgs, opts ...InvokeOption) LookupGatewayPluginCanaryResultOutput
> Note: This function is named LookupGatewayPluginCanary
in the Go SDK.
public static class GetGatewayPluginCanary
{
public static Task<GetGatewayPluginCanaryResult> InvokeAsync(GetGatewayPluginCanaryArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginCanaryResult> Invoke(GetGatewayPluginCanaryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginCanaryResult> getGatewayPluginCanary(GetGatewayPluginCanaryArgs args, InvokeOptions options)
public static Output<GetGatewayPluginCanaryResult> getGatewayPluginCanary(GetGatewayPluginCanaryArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginCanary:getGatewayPluginCanary
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
getGatewayPluginCanary Result
The following output properties are available:
- Config
Get
Gateway Plugin Canary Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Canary Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Canary Route - Service
Get
Gateway Plugin Canary Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Canary Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Canary Ordering - Protocols []string
- Route
Get
Gateway Plugin Canary Route - Service
Get
Gateway Plugin Canary Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Canary Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Canary Ordering - protocols List<String>
- route
Get
Gateway Plugin Canary Route - service
Get
Gateway Plugin Canary Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Canary Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Canary Ordering - protocols string[]
- route
Get
Gateway Plugin Canary Route - service
Get
Gateway Plugin Canary Service - string[]
- updated
At number
- config
Get
Gateway Plugin Canary Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Canary Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Canary Route - service
Get
Gateway Plugin Canary Service - Sequence[str]
- updated_
at float
- config 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
GetGatewayPluginCanaryConfig
- Canary
By stringHeader Name - A string representing an HTTP header name.
- Duration double
- The duration of the canary release in seconds.
- Groups List<string>
- The groups allowed to access the canary release.
- Hash string
- Hash algorithm to be used for canary release.
consumer
: The hash will be based on the consumer.ip
: The hash will be based on the client IP address.none
: No hash will be applied.allow
: Allows the specified groups to access the canary release.deny
: Denies the specified groups from accessing the canary release.header
: The hash will be based on the specified header value.
- Hash
Header string - A string representing an HTTP header name.
- Percentage double
- The percentage of traffic to be routed to the canary release.
- Start double
- Future time in seconds since epoch, when the canary release will start. Ignored when
percentage
is set, or when usingallow
ordeny
inhash
. - Steps double
- The number of steps for the canary release.
- Upstream
Fallback bool - Specifies whether to fallback to the upstream server if the canary release fails.
- Upstream
Host string - A string representing a host name, such as example.com.
- Upstream
Port double - An integer representing a port number between 0 and 65535, inclusive.
- Upstream
Uri string - The URI of the upstream server to be used for the canary release.
- Canary
By stringHeader Name - A string representing an HTTP header name.
- Duration float64
- The duration of the canary release in seconds.
- Groups []string
- The groups allowed to access the canary release.
- Hash string
- Hash algorithm to be used for canary release.
consumer
: The hash will be based on the consumer.ip
: The hash will be based on the client IP address.none
: No hash will be applied.allow
: Allows the specified groups to access the canary release.deny
: Denies the specified groups from accessing the canary release.header
: The hash will be based on the specified header value.
- Hash
Header string - A string representing an HTTP header name.
- Percentage float64
- The percentage of traffic to be routed to the canary release.
- Start float64
- Future time in seconds since epoch, when the canary release will start. Ignored when
percentage
is set, or when usingallow
ordeny
inhash
. - Steps float64
- The number of steps for the canary release.
- Upstream
Fallback bool - Specifies whether to fallback to the upstream server if the canary release fails.
- Upstream
Host string - A string representing a host name, such as example.com.
- Upstream
Port float64 - An integer representing a port number between 0 and 65535, inclusive.
- Upstream
Uri string - The URI of the upstream server to be used for the canary release.
- canary
By StringHeader Name - A string representing an HTTP header name.
- duration Double
- The duration of the canary release in seconds.
- groups List<String>
- The groups allowed to access the canary release.
- hash String
- Hash algorithm to be used for canary release.
consumer
: The hash will be based on the consumer.ip
: The hash will be based on the client IP address.none
: No hash will be applied.allow
: Allows the specified groups to access the canary release.deny
: Denies the specified groups from accessing the canary release.header
: The hash will be based on the specified header value.
- hash
Header String - A string representing an HTTP header name.
- percentage Double
- The percentage of traffic to be routed to the canary release.
- start Double
- Future time in seconds since epoch, when the canary release will start. Ignored when
percentage
is set, or when usingallow
ordeny
inhash
. - steps Double
- The number of steps for the canary release.
- upstream
Fallback Boolean - Specifies whether to fallback to the upstream server if the canary release fails.
- upstream
Host String - A string representing a host name, such as example.com.
- upstream
Port Double - An integer representing a port number between 0 and 65535, inclusive.
- upstream
Uri String - The URI of the upstream server to be used for the canary release.
- canary
By stringHeader Name - A string representing an HTTP header name.
- duration number
- The duration of the canary release in seconds.
- groups string[]
- The groups allowed to access the canary release.
- hash string
- Hash algorithm to be used for canary release.
consumer
: The hash will be based on the consumer.ip
: The hash will be based on the client IP address.none
: No hash will be applied.allow
: Allows the specified groups to access the canary release.deny
: Denies the specified groups from accessing the canary release.header
: The hash will be based on the specified header value.
- hash
Header string - A string representing an HTTP header name.
- percentage number
- The percentage of traffic to be routed to the canary release.
- start number
- Future time in seconds since epoch, when the canary release will start. Ignored when
percentage
is set, or when usingallow
ordeny
inhash
. - steps number
- The number of steps for the canary release.
- upstream
Fallback boolean - Specifies whether to fallback to the upstream server if the canary release fails.
- upstream
Host string - A string representing a host name, such as example.com.
- upstream
Port number - An integer representing a port number between 0 and 65535, inclusive.
- upstream
Uri string - The URI of the upstream server to be used for the canary release.
- canary_
by_ strheader_ name - A string representing an HTTP header name.
- duration float
- The duration of the canary release in seconds.
- groups Sequence[str]
- The groups allowed to access the canary release.
- hash str
- Hash algorithm to be used for canary release.
consumer
: The hash will be based on the consumer.ip
: The hash will be based on the client IP address.none
: No hash will be applied.allow
: Allows the specified groups to access the canary release.deny
: Denies the specified groups from accessing the canary release.header
: The hash will be based on the specified header value.
- hash_
header str - A string representing an HTTP header name.
- percentage float
- The percentage of traffic to be routed to the canary release.
- start float
- Future time in seconds since epoch, when the canary release will start. Ignored when
percentage
is set, or when usingallow
ordeny
inhash
. - steps float
- The number of steps for the canary release.
- upstream_
fallback bool - Specifies whether to fallback to the upstream server if the canary release fails.
- upstream_
host str - A string representing a host name, such as example.com.
- upstream_
port float - An integer representing a port number between 0 and 65535, inclusive.
- upstream_
uri str - The URI of the upstream server to be used for the canary release.
- canary
By StringHeader Name - A string representing an HTTP header name.
- duration Number
- The duration of the canary release in seconds.
- groups List<String>
- The groups allowed to access the canary release.
- hash String
- Hash algorithm to be used for canary release.
consumer
: The hash will be based on the consumer.ip
: The hash will be based on the client IP address.none
: No hash will be applied.allow
: Allows the specified groups to access the canary release.deny
: Denies the specified groups from accessing the canary release.header
: The hash will be based on the specified header value.
- hash
Header String - A string representing an HTTP header name.
- percentage Number
- The percentage of traffic to be routed to the canary release.
- start Number
- Future time in seconds since epoch, when the canary release will start. Ignored when
percentage
is set, or when usingallow
ordeny
inhash
. - steps Number
- The number of steps for the canary release.
- upstream
Fallback Boolean - Specifies whether to fallback to the upstream server if the canary release fails.
- upstream
Host String - A string representing a host name, such as example.com.
- upstream
Port Number - An integer representing a port number between 0 and 65535, inclusive.
- upstream
Uri String - The URI of the upstream server to be used for the canary release.
GetGatewayPluginCanaryOrdering
GetGatewayPluginCanaryOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginCanaryOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginCanaryRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginCanaryService
- 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.