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

Information about a revocation file in use by a trust store.

Syntax

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

JSON

{ "NumberOfRevokedEntries" : Integer, "RevocationId" : String, "RevocationType" : String, "TrustStoreArn" : String }

YAML

NumberOfRevokedEntries: Integer RevocationId: String RevocationType: String TrustStoreArn: String

Properties

NumberOfRevokedEntries

The number of revoked certificates.

Required: No

Type: Integer

Update requires: No interruption

RevocationId

The revocation ID of the revocation file.

Required: No

Type: String

Update requires: No interruption

RevocationType

The type of revocation file.

Required: No

Type: String

Allowed values: CRL

Update requires: No interruption

TrustStoreArn

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

Required: No

Type: String

Update requires: No interruption