aws.iot.describe_certificate_provider
Example SQL Queries
SELECT * FROMaws.iot.describe_certificate_providerWHERE"certificate_provider_name" = 'VALUE';Description
Describes a certificate provider.
Requires permission to access the DescribeCertificateProvider action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| certificate_provider_name Required Input Column The name of the certificate provider. | 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 |
| account_default_for_operations A list of the operations that the certificate provider will use to generate certificates. Valid value: CreateCertificateFromCsr. | VARCHAR[] |
Show child fields
| |
| certificate_provider_arn The ARN of the certificate provider. | VARCHAR |
| creation_date The date-time string that indicates when the certificate provider was created. | TIMESTAMP_S |
| lambda_function_arn The Lambda function ARN that's associated with the certificate provider. | VARCHAR |
| last_modified_date The date-time string that indicates when the certificate provider was last updated. | TIMESTAMP_S |