AWS Fundamentals Logo
AWS Fundamentals
AWS::ElasticLoadBalancingV2::TrustStore

ElasticLoadBalancingV2 TrustStore

Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStore

Properties

5 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
CaCertificatesBundleS3Bucket
string
Write-only
CaCertificatesBundleS3Key
string
Write-only
CaCertificatesBundleS3ObjectVersion
string
Write-only
Name
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
NumberOfCaCertificatesintegerThe number of certificates associated with the trust store.
StatusstringThe status of the trust store, could be either of ACTIVE or CREATING.
TrustStoreArnstringThe Amazon Resource Name (ARN) of the trust store.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElasticLoadBalancingV2::TrustStore

Resources:
  MyResource:
    Type: AWS::ElasticLoadBalancingV2::TrustStore
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

create

elasticloadbalancing:CreateTrustStoreelasticloadbalancing:DescribeTrustStoreselasticloadbalancing:AddTagss3:GetObjects3:GetObjectVersion

delete

elasticloadbalancing:DescribeTrustStoreselasticloadbalancing:DeleteTrustStore

list

elasticloadbalancing:DescribeTrustStoress3:GetObjects3:GetObjectVersion

read

elasticloadbalancing:DescribeTrustStoreselasticloadbalancing:DescribeTags

update

elasticloadbalancing:ModifyTrustStoreelasticloadbalancing:AddTagselasticloadbalancing:RemoveTagss3:GetObjects3:GetObjectVersion

Get the ElasticLoadBalancingV2 Cheat Sheet

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

Download Free Infographic

Quick Facts

ServiceElasticLoadBalancingV2
Properties8
Required0
TaggingSupported
Primary IDTrustStoreArn

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

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

Name

External Links