AWS::CloudFront::TrustStoreA trust store.
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 | - |
ETag | string | - |
Id | string | - |
LastModifiedTime | string | - |
NumberOfCaCertificates | integer | - |
Status | string | - |
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