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)
public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getGroup:getGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Id string - Group
Name string
- Contract
Id string - Group
Name string
- contract
Id String - group
Name String
- contract
Id string - group
Name string
- contract_
id str - group_
name str
- contract
Id String - group
Name String
getGroup Result
The following output properties are available:
- Contract
Id string - Group
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- Contract
Id string - Group
Name string - Id string
- The provider-assigned unique ID for this managed resource.
- contract
Id String - group
Name String - id String
- The provider-assigned unique ID for this managed resource.
- contract
Id string - group
Name 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.
- contract
Id String - group
Name 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
akamaiTerraform Provider.
