GreengrassV2 / Client / get_service_role_for_account
get_service_role_for_account#
- GreengrassV2.Client.get_service_role_for_account()#
Gets the service role associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. IoT Greengrass uses this role to verify the identity of client devices and manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.
See also: AWS API Documentation
Request Syntax
response = client.get_service_role_for_account()
- Return type:
dict
- Returns:
Response Syntax
{ 'associatedAt': 'string', 'roleArn': 'string' }
Response Structure
(dict) –
associatedAt (string) –
The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
roleArn (string) –
The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
Exceptions
GreengrassV2.Client.exceptions.InternalServerException