Akamai v7.5.0 published on Friday, Oct 11, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getEdgekvGroups:getEdgekvGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Namespace
Name string - Network string
- Namespace
Name string - Network string
- namespace
Name String - network String
- namespace
Name string - network string
- namespace_
name str - network str
- namespace
Name 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.
- Namespace
Name string - Network string
- Groups []string
- Id string
- The provider-assigned unique ID for this managed resource.
- Namespace
Name string - Network string
- groups List<String>
- id String
- The provider-assigned unique ID for this managed resource.
- namespace
Name String - network String
- groups string[]
- id string
- The provider-assigned unique ID for this managed resource.
- namespace
Name 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.
- namespace
Name 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.