aws.worklink.describe_website_certificate_authority
Example SQL Queries
SELECT * FROMaws.worklink.describe_website_certificate_authorityWHERE"fleet_arn" = 'VALUE'AND "website_ca_id" = 'VALUE';Description
Provides information about the certificate authority.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_arn Required Input Column The ARN of the fleet. | VARCHAR |
| website_ca_id Required Input Column A unique identifier for the certificate authority. | 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
| |
| certificate The root certificate of the certificate authority. | VARCHAR |
| created_time The time that the certificate authority was added. | TIMESTAMP_S |
| display_name The certificate name to display. | VARCHAR |