konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewaySni
Explore with Pulumi AI
Using getGatewaySni
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 getGatewaySni(args: GetGatewaySniArgs, opts?: InvokeOptions): Promise<GetGatewaySniResult>
function getGatewaySniOutput(args: GetGatewaySniOutputArgs, opts?: InvokeOptions): Output<GetGatewaySniResult>
def get_gateway_sni(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewaySniResult
def get_gateway_sni_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewaySniResult]
func LookupGatewaySni(ctx *Context, args *LookupGatewaySniArgs, opts ...InvokeOption) (*LookupGatewaySniResult, error)
func LookupGatewaySniOutput(ctx *Context, args *LookupGatewaySniOutputArgs, opts ...InvokeOption) LookupGatewaySniResultOutput
> Note: This function is named LookupGatewaySni
in the Go SDK.
public static class GetGatewaySni
{
public static Task<GetGatewaySniResult> InvokeAsync(GetGatewaySniArgs args, InvokeOptions? opts = null)
public static Output<GetGatewaySniResult> Invoke(GetGatewaySniInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewaySniResult> getGatewaySni(GetGatewaySniArgs args, InvokeOptions options)
public static Output<GetGatewaySniResult> getGatewaySni(GetGatewaySniArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewaySni:getGatewaySni
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
getGatewaySni Result
The following output properties are available:
- Certificate
Get
Gateway Sni Certificate - Control
Plane stringId - Created
At double - Id string
- Name string
- List<string>
- Updated
At double
- Certificate
Get
Gateway Sni Certificate - Control
Plane stringId - Created
At float64 - Id string
- Name string
- []string
- Updated
At float64
- certificate
Get
Gateway Sni Certificate - control
Plane StringId - created
At Double - id String
- name String
- List<String>
- updated
At Double
- certificate
Get
Gateway Sni Certificate - control
Plane stringId - created
At number - id string
- name string
- string[]
- updated
At number
- certificate
Get
Gateway Sni Certificate - control_
plane_ strid - created_
at float - id str
- name str
- Sequence[str]
- updated_
at float
- certificate Property Map
- control
Plane StringId - created
At Number - id String
- name String
- List<String>
- updated
At Number
Supporting Types
GetGatewaySniCertificate
- 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.