AWS::ElasticLoadBalancingV2::TrustStoreResource Type definition for AWS::ElasticLoadBalancingV2::TrustStore
5 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
CaCertificatesBundleS3Bucket | string | Write-only |
CaCertificatesBundleS3Key | string | Write-only |
CaCertificatesBundleS3ObjectVersion | string | Write-only |
Name | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
NumberOfCaCertificates | integer | The number of certificates associated with the trust store. |
Status | string | The status of the trust store, could be either of ACTIVE or CREATING. |
TrustStoreArn | string | The Amazon Resource Name (ARN) of the trust store. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
elasticloadbalancing:CreateTrustStoreelasticloadbalancing:DescribeTrustStoreselasticloadbalancing:AddTagss3:GetObjects3:GetObjectVersionelasticloadbalancing:DescribeTrustStoreselasticloadbalancing:DeleteTrustStoreelasticloadbalancing:DescribeTrustStoress3:GetObjects3:GetObjectVersionelasticloadbalancing:DescribeTrustStoreselasticloadbalancing:DescribeTagselasticloadbalancing:ModifyTrustStoreelasticloadbalancing:AddTagselasticloadbalancing:RemoveTagss3:GetObjects3:GetObjectVersionEverything you need to know about ElasticLoadBalancingV2 on one page. HD quality, print-friendly.
Download Free InfographicTrustStoreArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name