1. Packages
  2. Akamai
  3. API Docs
  4. getGroup
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getGroup

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getGroup

    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 getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
    function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>
    def get_group(contract_id: Optional[str] = None,
                  group_name: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetGroupResult
    def get_group_output(contract_id: Optional[pulumi.Input[str]] = None,
                  group_name: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
    func GetGroup(ctx *Context, args *GetGroupArgs, opts ...InvokeOption) (*GetGroupResult, error)
    func GetGroupOutput(ctx *Context, args *GetGroupOutputArgs, opts ...InvokeOption) GetGroupResultOutput

    > Note: This function is named GetGroup in the Go SDK.

    public static class GetGroup 
    {
        public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getGroup:getGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContractId string
    GroupName string
    ContractId string
    GroupName string
    contractId String
    groupName String
    contractId string
    groupName string
    contractId String
    groupName String

    getGroup Result

    The following output properties are available:

    ContractId string
    GroupName string
    Id string
    The provider-assigned unique ID for this managed resource.
    ContractId string
    GroupName string
    Id string
    The provider-assigned unique ID for this managed resource.
    contractId String
    groupName String
    id String
    The provider-assigned unique ID for this managed resource.
    contractId string
    groupName string
    id string
    The provider-assigned unique ID for this managed resource.
    contract_id str
    group_name str
    id str
    The provider-assigned unique ID for this managed resource.
    contractId String
    groupName String
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi