Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.iap/v1.getDestGroup
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Retrieves an existing TunnelDestGroup.
Using getDestGroup
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 getDestGroup(args: GetDestGroupArgs, opts?: InvokeOptions): Promise<GetDestGroupResult>
function getDestGroupOutput(args: GetDestGroupOutputArgs, opts?: InvokeOptions): Output<GetDestGroupResult>def get_dest_group(dest_group_id: Optional[str] = None,
                   location: Optional[str] = None,
                   project: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetDestGroupResult
def get_dest_group_output(dest_group_id: Optional[pulumi.Input[str]] = None,
                   location: Optional[pulumi.Input[str]] = None,
                   project: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetDestGroupResult]func LookupDestGroup(ctx *Context, args *LookupDestGroupArgs, opts ...InvokeOption) (*LookupDestGroupResult, error)
func LookupDestGroupOutput(ctx *Context, args *LookupDestGroupOutputArgs, opts ...InvokeOption) LookupDestGroupResultOutput> Note: This function is named LookupDestGroup in the Go SDK.
public static class GetDestGroup 
{
    public static Task<GetDestGroupResult> InvokeAsync(GetDestGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetDestGroupResult> Invoke(GetDestGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDestGroupResult> getDestGroup(GetDestGroupArgs args, InvokeOptions options)
public static Output<GetDestGroupResult> getDestGroup(GetDestGroupArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:iap/v1:getDestGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DestGroup stringId 
- Location string
- Project string
- DestGroup stringId 
- Location string
- Project string
- destGroup StringId 
- location String
- project String
- destGroup stringId 
- location string
- project string
- dest_group_ strid 
- location str
- project str
- destGroup StringId 
- location String
- project String
getDestGroup Result
The following output properties are available:
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi