aws.greengrass.get_group_certificate_authority
Example SQL Queries
SELECT * FROMaws.greengrass.get_group_certificate_authorityWHERE"certificate_authority_id" = 'VALUE'AND "group_id" = 'VALUE';Description
Retreives the CA associated with a group. Returns the public key of the CA.
Table Definition
| Column Name | Column Data Type |
|---|---|
| certificate_authority_id Required Input Column The ID of the certificate authority. | VARCHAR |
| group_id Required Input Column The ID of the Greengrass group. | VARCHAR |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| group_certificate_authority_arn The ARN of the certificate authority for the group. | VARCHAR |
| group_certificate_authority_id The ID of the certificate authority for the group. | VARCHAR |
| pem_encoded_certificate The PEM encoded certificate for the group. | VARCHAR |