Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getEdgekvGroups
Explore with Pulumi AI
Using getEdgekvGroups
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 getEdgekvGroups(args: GetEdgekvGroupsArgs, opts?: InvokeOptions): Promise<GetEdgekvGroupsResult>
function getEdgekvGroupsOutput(args: GetEdgekvGroupsOutputArgs, opts?: InvokeOptions): Output<GetEdgekvGroupsResult>def get_edgekv_groups(namespace_name: Optional[str] = None,
                      network: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetEdgekvGroupsResult
def get_edgekv_groups_output(namespace_name: Optional[pulumi.Input[str]] = None,
                      network: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetEdgekvGroupsResult]func GetEdgekvGroups(ctx *Context, args *GetEdgekvGroupsArgs, opts ...InvokeOption) (*GetEdgekvGroupsResult, error)
func GetEdgekvGroupsOutput(ctx *Context, args *GetEdgekvGroupsOutputArgs, opts ...InvokeOption) GetEdgekvGroupsResultOutput> Note: This function is named GetEdgekvGroups in the Go SDK.
public static class GetEdgekvGroups 
{
    public static Task<GetEdgekvGroupsResult> InvokeAsync(GetEdgekvGroupsArgs args, InvokeOptions? opts = null)
    public static Output<GetEdgekvGroupsResult> Invoke(GetEdgekvGroupsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEdgekvGroupsResult> getEdgekvGroups(GetEdgekvGroupsArgs args, InvokeOptions options)
public static Output<GetEdgekvGroupsResult> getEdgekvGroups(GetEdgekvGroupsArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getEdgekvGroups:getEdgekvGroups
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NamespaceName string
- Network string
- NamespaceName string
- Network string
- namespaceName String
- network String
- namespaceName string
- network string
- namespace_name str
- network str
- namespaceName String
- network String
getEdgekvGroups Result
The following output properties are available:
- Groups List<string>
- Id string
- The provider-assigned unique ID for this managed resource.
- NamespaceName string
- Network string
- Groups []string
- Id string
- The provider-assigned unique ID for this managed resource.
- NamespaceName string
- Network string
- groups List<String>
- id String
- The provider-assigned unique ID for this managed resource.
- namespaceName String
- network String
- groups string[]
- id string
- The provider-assigned unique ID for this managed resource.
- namespaceName string
- network string
- groups Sequence[str]
- id str
- The provider-assigned unique ID for this managed resource.
- namespace_name str
- network str
- groups List<String>
- id String
- The provider-assigned unique ID for this managed resource.
- namespaceName String
- network String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.