Greengrass / Client / update_group_certificate_configuration
update_group_certificate_configuration#
- Greengrass.Client.update_group_certificate_configuration(**kwargs)#
Updates the Certificate expiry time for a group.
See also: AWS API Documentation
Request Syntax
response = client.update_group_certificate_configuration( CertificateExpiryInMilliseconds='string', GroupId='string' )
- Parameters:
CertificateExpiryInMilliseconds (string) – The amount of time remaining before the certificate expires, in milliseconds.
GroupId (string) – [REQUIRED] The ID of the Greengrass group.
- Return type:
dict
- Returns:
Response Syntax
{ 'CertificateAuthorityExpiryInMilliseconds': 'string', 'CertificateExpiryInMilliseconds': 'string', 'GroupId': 'string' }
Response Structure
(dict) – Success. The response body contains the PKI Configuration.
CertificateAuthorityExpiryInMilliseconds (string) – The amount of time remaining before the certificate authority expires, in milliseconds.
CertificateExpiryInMilliseconds (string) – The amount of time remaining before the certificate expires, in milliseconds.
GroupId (string) – The ID of the group certificate configuration.
Exceptions
Greengrass.Client.exceptions.BadRequestException
Greengrass.Client.exceptions.InternalServerErrorException