trust_store
Gets an individual trust_store
resource
Overview
Name | trust_store |
Type | Resource |
Description | trust_store |
Id | awscc.elasticloadbalancingv2.trust_store |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the trust store. |
ca_certificates_bundle_s3_bucket | string | The name of the S3 bucket to fetch the CA certificate bundle from. |
ca_certificates_bundle_s3_key | string | The name of the S3 object to fetch the CA certificate bundle from. |
ca_certificates_bundle_s3_object_version | string | The version of the S3 bucket that contains the CA certificate bundle. |
status | string | The status of the trust store, could be either of ACTIVE or CREATING. |
number_of_ca_certificates | integer | The number of certificates associated with the trust store. |
tags | array | The tags to assign to the trust store. |
trust_store_arn | string | The Amazon Resource Name (ARN) of the trust store. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
ca_certificates_bundle_s3_bucket,
ca_certificates_bundle_s3_key,
ca_certificates_bundle_s3_object_version,
status,
number_of_ca_certificates,
tags,
trust_store_arn
FROM awscc.elasticloadbalancingv2.trust_store
WHERE data__Identifier = '<TrustStoreArn>';
Permissions
To operate on the trust_store
resource, the following permissions are required:
Delete
elasticloadbalancing:DescribeTrustStores,
elasticloadbalancing:DeleteTrustStore
Read
elasticloadbalancing:DescribeTrustStores,
elasticloadbalancing:DescribeTags
Update
elasticloadbalancing:ModifyTrustStore,
elasticloadbalancing:AddTags,
elasticloadbalancing:RemoveTags,
s3:GetObject,
s3:GetObjectVersion