1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. synthetics
  5. getGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.synthetics.getGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Resource Type definition for AWS::Synthetics::Group

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>
Copy
def get_group(name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]
Copy
func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput
Copy

> Note: This function is named LookupGroup 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)
}
Copy
public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
public static Output<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:synthetics:getGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Name of the group.
Name This property is required. string
Name of the group.
name This property is required. String
Name of the group.
name This property is required. string
Name of the group.
name This property is required. str
Name of the group.
name This property is required. String
Name of the group.

getGroup Result

The following output properties are available:

Id string
Id of the group.
ResourceArns List<string>
The ARNs of the canaries that you want to associate with this group.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The list of key-value pairs that are associated with the group.
Id string
Id of the group.
ResourceArns []string
The ARNs of the canaries that you want to associate with this group.
Tags Tag
The list of key-value pairs that are associated with the group.
id String
Id of the group.
resourceArns List<String>
The ARNs of the canaries that you want to associate with this group.
tags List<Tag>
The list of key-value pairs that are associated with the group.
id string
Id of the group.
resourceArns string[]
The ARNs of the canaries that you want to associate with this group.
tags Tag[]
The list of key-value pairs that are associated with the group.
id str
Id of the group.
resource_arns Sequence[str]
The ARNs of the canaries that you want to associate with this group.
tags Sequence[root_Tag]
The list of key-value pairs that are associated with the group.
id String
Id of the group.
resourceArns List<String>
The ARNs of the canaries that you want to associate with this group.
tags List<Property Map>
The list of key-value pairs that are associated with the group.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi