1. Packages
  2. Akamai
  3. API Docs
  4. getEdgekvGroups
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

akamai.getEdgekvGroups

Explore with Pulumi AI

Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi

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>
Copy
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]
Copy
func GetEdgekvGroups(ctx *Context, args *GetEdgekvGroupsArgs, opts ...InvokeOption) (*GetEdgekvGroupsResult, error)
func GetEdgekvGroupsOutput(ctx *Context, args *GetEdgekvGroupsOutputArgs, opts ...InvokeOption) GetEdgekvGroupsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetEdgekvGroupsResult> getEdgekvGroups(GetEdgekvGroupsArgs args, InvokeOptions options)
public static Output<GetEdgekvGroupsResult> getEdgekvGroups(GetEdgekvGroupsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: akamai:index/getEdgekvGroups:getEdgekvGroups
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

NamespaceName This property is required. string
Network This property is required. string
NamespaceName This property is required. string
Network This property is required. string
namespaceName This property is required. String
network This property is required. String
namespaceName This property is required. string
network This property is required. string
namespace_name This property is required. str
network This property is required. str
namespaceName This property is required. String
network This property is required. 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 akamai Terraform Provider.
Akamai v8.1.0 published on Friday, Apr 11, 2025 by Pulumi