konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginCors
Explore with Pulumi AI
Using getGatewayPluginCors
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 getGatewayPluginCors(args: GetGatewayPluginCorsArgs, opts?: InvokeOptions): Promise<GetGatewayPluginCorsResult>
function getGatewayPluginCorsOutput(args: GetGatewayPluginCorsOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginCorsResult>
def get_gateway_plugin_cors(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginCorsResult
def get_gateway_plugin_cors_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginCorsResult]
func LookupGatewayPluginCors(ctx *Context, args *LookupGatewayPluginCorsArgs, opts ...InvokeOption) (*LookupGatewayPluginCorsResult, error)
func LookupGatewayPluginCorsOutput(ctx *Context, args *LookupGatewayPluginCorsOutputArgs, opts ...InvokeOption) LookupGatewayPluginCorsResultOutput
> Note: This function is named LookupGatewayPluginCors
in the Go SDK.
public static class GetGatewayPluginCors
{
public static Task<GetGatewayPluginCorsResult> InvokeAsync(GetGatewayPluginCorsArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginCorsResult> Invoke(GetGatewayPluginCorsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginCorsResult> getGatewayPluginCors(GetGatewayPluginCorsArgs args, InvokeOptions options)
public static Output<GetGatewayPluginCorsResult> getGatewayPluginCors(GetGatewayPluginCorsArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginCors:getGatewayPluginCors
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
getGatewayPluginCors Result
The following output properties are available:
- Config
Get
Gateway Plugin Cors Config - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Cors Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Cors Route - Service
Get
Gateway Plugin Cors Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Cors Config - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Cors Ordering - Protocols []string
- Route
Get
Gateway Plugin Cors Route - Service
Get
Gateway Plugin Cors Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Cors Config - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Cors Ordering - protocols List<String>
- route
Get
Gateway Plugin Cors Route - service
Get
Gateway Plugin Cors Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Cors Config - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Cors Ordering - protocols string[]
- route
Get
Gateway Plugin Cors Route - service
Get
Gateway Plugin Cors Service - string[]
- updated
At number
- config
Get
Gateway Plugin Cors Config - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Cors Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Cors Route - service
Get
Gateway Plugin Cors 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
GetGatewayPluginCorsConfig
- Credentials bool
- Flag to determine whether the
Access-Control-Allow-Credentials
header should be sent withtrue
as the value. - Exposed
Headers List<string> - Value for the
Access-Control-Expose-Headers
header. If not specified, no custom headers are exposed. - Headers List<string>
- Value for the
Access-Control-Allow-Headers
header. - Max
Age double - Indicates how long the results of the preflight request can be cached, in
seconds
. - Methods List<string>
- 'Value for the
Access-Control-Allow-Methods
header. Available options includeGET
,HEAD
,PUT
,PATCH
,POST
,DELETE
,OPTIONS
,TRACE
,CONNECT
. By default, all options are allowed.' - Origins List<string>
- List of allowed domains for the
Access-Control-Allow-Origin
header. If you want to allow all origins, add*
as a single value to this configuration field. The accepted values can either be flat strings or PCRE regexes. - Preflight
Continue bool - A boolean value that instructs the plugin to proxy the
OPTIONS
preflight request to the Upstream service. - Private
Network bool - Flag to determine whether the
Access-Control-Allow-Private-Network
header should be sent withtrue
as the value.
- Credentials bool
- Flag to determine whether the
Access-Control-Allow-Credentials
header should be sent withtrue
as the value. - Exposed
Headers []string - Value for the
Access-Control-Expose-Headers
header. If not specified, no custom headers are exposed. - Headers []string
- Value for the
Access-Control-Allow-Headers
header. - Max
Age float64 - Indicates how long the results of the preflight request can be cached, in
seconds
. - Methods []string
- 'Value for the
Access-Control-Allow-Methods
header. Available options includeGET
,HEAD
,PUT
,PATCH
,POST
,DELETE
,OPTIONS
,TRACE
,CONNECT
. By default, all options are allowed.' - Origins []string
- List of allowed domains for the
Access-Control-Allow-Origin
header. If you want to allow all origins, add*
as a single value to this configuration field. The accepted values can either be flat strings or PCRE regexes. - Preflight
Continue bool - A boolean value that instructs the plugin to proxy the
OPTIONS
preflight request to the Upstream service. - Private
Network bool - Flag to determine whether the
Access-Control-Allow-Private-Network
header should be sent withtrue
as the value.
- credentials Boolean
- Flag to determine whether the
Access-Control-Allow-Credentials
header should be sent withtrue
as the value. - exposed
Headers List<String> - Value for the
Access-Control-Expose-Headers
header. If not specified, no custom headers are exposed. - headers List<String>
- Value for the
Access-Control-Allow-Headers
header. - max
Age Double - Indicates how long the results of the preflight request can be cached, in
seconds
. - methods List<String>
- 'Value for the
Access-Control-Allow-Methods
header. Available options includeGET
,HEAD
,PUT
,PATCH
,POST
,DELETE
,OPTIONS
,TRACE
,CONNECT
. By default, all options are allowed.' - origins List<String>
- List of allowed domains for the
Access-Control-Allow-Origin
header. If you want to allow all origins, add*
as a single value to this configuration field. The accepted values can either be flat strings or PCRE regexes. - preflight
Continue Boolean - A boolean value that instructs the plugin to proxy the
OPTIONS
preflight request to the Upstream service. - private
Network Boolean - Flag to determine whether the
Access-Control-Allow-Private-Network
header should be sent withtrue
as the value.
- credentials boolean
- Flag to determine whether the
Access-Control-Allow-Credentials
header should be sent withtrue
as the value. - exposed
Headers string[] - Value for the
Access-Control-Expose-Headers
header. If not specified, no custom headers are exposed. - headers string[]
- Value for the
Access-Control-Allow-Headers
header. - max
Age number - Indicates how long the results of the preflight request can be cached, in
seconds
. - methods string[]
- 'Value for the
Access-Control-Allow-Methods
header. Available options includeGET
,HEAD
,PUT
,PATCH
,POST
,DELETE
,OPTIONS
,TRACE
,CONNECT
. By default, all options are allowed.' - origins string[]
- List of allowed domains for the
Access-Control-Allow-Origin
header. If you want to allow all origins, add*
as a single value to this configuration field. The accepted values can either be flat strings or PCRE regexes. - preflight
Continue boolean - A boolean value that instructs the plugin to proxy the
OPTIONS
preflight request to the Upstream service. - private
Network boolean - Flag to determine whether the
Access-Control-Allow-Private-Network
header should be sent withtrue
as the value.
- credentials bool
- Flag to determine whether the
Access-Control-Allow-Credentials
header should be sent withtrue
as the value. - exposed_
headers Sequence[str] - Value for the
Access-Control-Expose-Headers
header. If not specified, no custom headers are exposed. - headers Sequence[str]
- Value for the
Access-Control-Allow-Headers
header. - max_
age float - Indicates how long the results of the preflight request can be cached, in
seconds
. - methods Sequence[str]
- 'Value for the
Access-Control-Allow-Methods
header. Available options includeGET
,HEAD
,PUT
,PATCH
,POST
,DELETE
,OPTIONS
,TRACE
,CONNECT
. By default, all options are allowed.' - origins Sequence[str]
- List of allowed domains for the
Access-Control-Allow-Origin
header. If you want to allow all origins, add*
as a single value to this configuration field. The accepted values can either be flat strings or PCRE regexes. - preflight_
continue bool - A boolean value that instructs the plugin to proxy the
OPTIONS
preflight request to the Upstream service. - private_
network bool - Flag to determine whether the
Access-Control-Allow-Private-Network
header should be sent withtrue
as the value.
- credentials Boolean
- Flag to determine whether the
Access-Control-Allow-Credentials
header should be sent withtrue
as the value. - exposed
Headers List<String> - Value for the
Access-Control-Expose-Headers
header. If not specified, no custom headers are exposed. - headers List<String>
- Value for the
Access-Control-Allow-Headers
header. - max
Age Number - Indicates how long the results of the preflight request can be cached, in
seconds
. - methods List<String>
- 'Value for the
Access-Control-Allow-Methods
header. Available options includeGET
,HEAD
,PUT
,PATCH
,POST
,DELETE
,OPTIONS
,TRACE
,CONNECT
. By default, all options are allowed.' - origins List<String>
- List of allowed domains for the
Access-Control-Allow-Origin
header. If you want to allow all origins, add*
as a single value to this configuration field. The accepted values can either be flat strings or PCRE regexes. - preflight
Continue Boolean - A boolean value that instructs the plugin to proxy the
OPTIONS
preflight request to the Upstream service. - private
Network Boolean - Flag to determine whether the
Access-Control-Allow-Private-Network
header should be sent withtrue
as the value.
GetGatewayPluginCorsOrdering
GetGatewayPluginCorsOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginCorsOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginCorsRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginCorsService
- 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.