get_group(**kwargs)¶Returns information about one group. Groups are a global resource, so you can use this operation from any Region.
See also: AWS API Documentation
Request Syntax
response = client.get_group(
    GroupIdentifier='string'
)
[REQUIRED]
Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier .
{
    'Group': {
        'Id': 'string',
        'Name': 'string',
        'Arn': 'string',
        'Tags': {
            'string': 'string'
        },
        'CreatedTime': datetime(2015, 1, 1),
        'LastModifiedTime': datetime(2015, 1, 1)
    }
}
Response Structure
A structure that contains information about the group.
The unique ID of the group.
The name of the group.
The ARN of the group.
The list of key-value pairs that are associated with the canary.
The date and time that the group was created.
The date and time that the group was most recently updated.
Exceptions
Synthetics.Client.exceptions.InternalServerExceptionSynthetics.Client.exceptions.ValidationExceptionSynthetics.Client.exceptions.ResourceNotFoundExceptionSynthetics.Client.exceptions.ConflictException