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

konnect.getGatewayPluginCors

Explore with Pulumi AI

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

    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:

    getGatewayPluginCors Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginCorsConfig

    Credentials bool
    Flag to determine whether the Access-Control-Allow-Credentials header should be sent with true as the value.
    ExposedHeaders 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.
    MaxAge 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 include GET, 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.
    PreflightContinue bool
    A boolean value that instructs the plugin to proxy the OPTIONS preflight request to the Upstream service.
    PrivateNetwork bool
    Flag to determine whether the Access-Control-Allow-Private-Network header should be sent with true as the value.
    Credentials bool
    Flag to determine whether the Access-Control-Allow-Credentials header should be sent with true as the value.
    ExposedHeaders []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.
    MaxAge 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 include GET, 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.
    PreflightContinue bool
    A boolean value that instructs the plugin to proxy the OPTIONS preflight request to the Upstream service.
    PrivateNetwork bool
    Flag to determine whether the Access-Control-Allow-Private-Network header should be sent with true as the value.
    credentials Boolean
    Flag to determine whether the Access-Control-Allow-Credentials header should be sent with true as the value.
    exposedHeaders 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.
    maxAge 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 include GET, 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.
    preflightContinue Boolean
    A boolean value that instructs the plugin to proxy the OPTIONS preflight request to the Upstream service.
    privateNetwork Boolean
    Flag to determine whether the Access-Control-Allow-Private-Network header should be sent with true as the value.
    credentials boolean
    Flag to determine whether the Access-Control-Allow-Credentials header should be sent with true as the value.
    exposedHeaders 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.
    maxAge 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 include GET, 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.
    preflightContinue boolean
    A boolean value that instructs the plugin to proxy the OPTIONS preflight request to the Upstream service.
    privateNetwork boolean
    Flag to determine whether the Access-Control-Allow-Private-Network header should be sent with true as the value.
    credentials bool
    Flag to determine whether the Access-Control-Allow-Credentials header should be sent with true 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 include GET, 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 with true as the value.
    credentials Boolean
    Flag to determine whether the Access-Control-Allow-Credentials header should be sent with true as the value.
    exposedHeaders 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.
    maxAge 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 include GET, 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.
    preflightContinue Boolean
    A boolean value that instructs the plugin to proxy the OPTIONS preflight request to the Upstream service.
    privateNetwork Boolean
    Flag to determine whether the Access-Control-Allow-Private-Network header should be sent with true 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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong