AWS Fundamentals Logo
AWS Fundamentals
AWS::ElasticLoadBalancingV2::TrustStoreRevocation

ElasticLoadBalancingV2 TrustStoreRevocation

Resource Type definition for AWS::ElasticLoadBalancingV2::TrustStoreRevocation

Properties

2 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
RevocationContents
Array<RevocationContent>
Create-onlyWrite-only
TrustStoreArn
string
Create-only

Return Values

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

AttributeTypeDescription
RevocationIdintegerThe ID associated with the revocation.
TrustStoreRevocationsArray<TrustStoreRevocation>The data associated with a trust store revocation

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::TrustStoreRevocation

Resources:
  MyResource:
    Type: AWS::ElasticLoadBalancingV2::TrustStoreRevocation
    Properties:

Required IAM Permissions

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

create

elasticloadbalancing:AddTrustStoreRevocationselasticloadbalancing:DescribeTrustStoreRevocationss3:GetObjects3:GetObjectVersion

delete

elasticloadbalancing:DescribeTrustStoreRevocationselasticloadbalancing:RemoveTrustStoreRevocations

list

elasticloadbalancing:DescribeTrustStoreRevocations

read

elasticloadbalancing:DescribeTrustStoreRevocations

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
Properties4
Required0
TaggingNot supported
Primary IDRevocationId

Supported Operations

CreateDeleteListRead

Immutable After Creation

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

TrustStoreArnRevocationContents

External Links