AWS::CloudFront::TrustStoreResource Type definition for AWS::CloudFront::TrustStore. TrustStores contain CA certificates for mTLS authentication and can be associated with CloudFront distributions.
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
CaCertificatesBundleSource | CaCertificatesBundleSource | Write-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the trust store |
ETag | string | - |
Id | string | The unique identifier for the trust store |
LastModifiedTime | string | The last modification timestamp of the trust store PEM file |
NumberOfCaCertificates | integer | The number of CA certificates in the trust store PEM file |
Status | string | Current status of the trust store |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CloudFront::TrustStore
Resources:
MyResource:
Type: AWS::CloudFront::TrustStore
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
cloudfront:CreateTrustStorecloudfront:GetTrustStorecloudfront:TagResourcecloudfront:ListTagsForResources3:GetObjectVersions3:GetObjects3:ListBucketcloudfront:GetTrustStorecloudfront:ListTagsForResourcecloudfront:GetTrustStorecloudfront:UpdateTrustStorecloudfront:TagResourcecloudfront:UntagResourcecloudfront:ListTagsForResources3:GetObjectVersions3:GetObjects3:ListBucketcloudfront:DeleteTrustStorecloudfront:GetTrustStorecloudfront:ListTrustStorescloudfront:ListTagsForResourceEverything you need to know about CloudFront on one page. HD quality, print-friendly.
Download Free InfographicIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name