list_group_certificate_authorities

Greengrass.Client.list_group_certificate_authorities(**kwargs)

Retrieves the current CAs for a group.

See also: AWS API Documentation

Request Syntax

response = client.list_group_certificate_authorities(
    GroupId='string'
)
Parameters
GroupId (string) -- [REQUIRED] The ID of the Greengrass group.
Return type
dict
Returns
Response Syntax
{
    'GroupCertificateAuthorities': [
        {
            'GroupCertificateAuthorityArn': 'string',
            'GroupCertificateAuthorityId': 'string'
        },
    ]
}

Response Structure

  • (dict) -- Success. The response body contains the PKI Configuration.
    • GroupCertificateAuthorities (list) -- A list of certificate authorities associated with the group.
      • (dict) -- Information about a certificate authority for a group.
        • GroupCertificateAuthorityArn (string) -- The ARN of the certificate authority for the group.
        • GroupCertificateAuthorityId (string) -- The ID of the certificate authority for the group.

Exceptions

  • Greengrass.Client.exceptions.BadRequestException
  • Greengrass.Client.exceptions.InternalServerErrorException