AWS::ElasticLoadBalancingV2::TrustStoreRevocation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ElasticLoadBalancingV2::TrustStoreRevocation

Adds the specified revocation contents to the specified trust store. You must specify TrustStoreArn.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::ElasticLoadBalancingV2::TrustStoreRevocation", "Properties" : { "RevocationContents" : [ RevocationContent, ... ], "TrustStoreArn" : String } }

YAML

Type: AWS::ElasticLoadBalancingV2::TrustStoreRevocation Properties: RevocationContents: - RevocationContent TrustStoreArn: String

Properties

RevocationContents

The revocation file to add.

Required: No

Type: Array of RevocationContent

Update requires: Replacement

TrustStoreArn

The Amazon Resource Name (ARN) of the trust store.

Required: No

Type: String

Update requires: Replacement

Return values

Ref

Fn::GetAtt

RevocationId

The revocation ID of the revocation file.

TrustStoreRevocations

Information about the revocation file in the trust store.