certificate_provider
Gets an individual certificate_provider
resource
Overview
Name | certificate_provider |
Type | Resource |
Description | certificate_provider |
Id | awscc.iot.certificate_provider |
Fields
Name | Datatype | Description |
---|---|---|
certificate_provider_name | string | |
lambda_function_arn | string | |
account_default_for_operations | array | |
tags | array | An array of key-value pairs to apply to this resource. |
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
certificate_provider_name,
lambda_function_arn,
account_default_for_operations,
tags,
arn
FROM awscc.iot.certificate_provider
WHERE data__Identifier = '<CertificateProviderName>';
Permissions
To operate on the certificate_provider
resource, the following permissions are required:
Read
iot:DescribeCertificateProvider,
iot:ListTagsForResource
Update
iot:UpdateCertificateProvider,
iot:DescribeCertificateProvider,
iot:TagResource,
iot:UntagResource,
iot:ListTagsForResource
Delete
iot:DeleteCertificateProvider,
iot:DescribeCertificateProvider