AWS Fundamentals Logo
AWS Fundamentals
AWS::CloudFront::TrustStore

CloudFront TrustStore

A trust store.

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
CaCertificatesBundleSource
CaCertificatesBundleSource
Write-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
ETagstring-
Idstring-
LastModifiedTimestring-
NumberOfCaCertificatesinteger-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

cloudfront:CreateTrustStorecloudfront:GetTrustStorecloudfront:TagResourcecloudfront:ListTagsForResources3:GetObjectVersions3:GetObjects3:ListBucket

read

cloudfront:GetTrustStorecloudfront:ListTagsForResource

update

cloudfront:GetTrustStorecloudfront:UpdateTrustStorecloudfront:TagResourcecloudfront:UntagResourcecloudfront:ListTagsForResources3:GetObjectVersions3:GetObjects3:ListBucket

delete

cloudfront:DeleteTrustStorecloudfront:GetTrustStore

list

cloudfront:ListTrustStorescloudfront:ListTagsForResource

Get the CloudFront Cheat Sheet

Everything you need to know about CloudFront on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceCloudFront
Properties9
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links