konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayVault
Explore with Pulumi AI
Using getGatewayVault
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 getGatewayVault(args: GetGatewayVaultArgs, opts?: InvokeOptions): Promise<GetGatewayVaultResult>
function getGatewayVaultOutput(args: GetGatewayVaultOutputArgs, opts?: InvokeOptions): Output<GetGatewayVaultResult>
def get_gateway_vault(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayVaultResult
def get_gateway_vault_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayVaultResult]
func LookupGatewayVault(ctx *Context, args *LookupGatewayVaultArgs, opts ...InvokeOption) (*LookupGatewayVaultResult, error)
func LookupGatewayVaultOutput(ctx *Context, args *LookupGatewayVaultOutputArgs, opts ...InvokeOption) LookupGatewayVaultResultOutput
> Note: This function is named LookupGatewayVault
in the Go SDK.
public static class GetGatewayVault
{
public static Task<GetGatewayVaultResult> InvokeAsync(GetGatewayVaultArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayVaultResult> Invoke(GetGatewayVaultInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayVaultResult> getGatewayVault(GetGatewayVaultArgs args, InvokeOptions options)
public static Output<GetGatewayVaultResult> getGatewayVault(GetGatewayVaultArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayVault:getGatewayVault
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
getGatewayVault Result
The following output properties are available:
- Config string
- Control
Plane stringId - Created
At double - Description string
- Id string
- Name string
- Prefix string
- List<string>
- Updated
At double
- Config string
- Control
Plane stringId - Created
At float64 - Description string
- Id string
- Name string
- Prefix string
- []string
- Updated
At float64
- config String
- control
Plane StringId - created
At Double - description String
- id String
- name String
- prefix String
- List<String>
- updated
At Double
- config string
- control
Plane stringId - created
At number - description string
- id string
- name string
- prefix string
- string[]
- updated
At number
- config str
- control_
plane_ strid - created_
at float - description str
- id str
- name str
- prefix str
- Sequence[str]
- updated_
at float
- config String
- control
Plane StringId - created
At Number - description String
- id String
- name String
- prefix String
- List<String>
- updated
At Number
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.