server_certificate_tags
Expands all tag keys and values for server_certificates in a region
Overview
| Name | server_certificate_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::IAM::ServerCertificate |
| Id | aws.iam.server_certificate_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
certificate_body | string | |
certificate_chain | string | |
server_certificate_name | string | |
path | string | |
private_key | string | |
arn | string | Amazon Resource Name (ARN) of the server certificate |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all server_certificates in a region.
SELECT
region,
certificate_body,
certificate_chain,
server_certificate_name,
path,
private_key,
arn,
tag_key,
tag_value
FROM aws.iam.server_certificate_tags
;
Permissions
For permissions required to operate on the server_certificate_tags resource, see server_certificates