aws.greengrassv2.get_service_role_for_account
Example SQL Queries
SELECT * FROMaws.greengrassv2.get_service_role_for_account;Description
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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| associated_at The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. | VARCHAR |
| role_arn The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. | VARCHAR |