This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ElasticLoadBalancingV2::TrustStoreRevocation TrustStoreRevocation
Information about a revocation file in use by a trust store.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "NumberOfRevokedEntries" :Integer, "RevocationId" :String, "RevocationType" :String, "TrustStoreArn" :String}
YAML
NumberOfRevokedEntries:IntegerRevocationId:StringRevocationType:StringTrustStoreArn: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:
CRLUpdate requires: No interruption
 TrustStoreArn- 
                    
The Amazon Resource Name (ARN) of the trust store.
Required: No
Type: String
Update requires: No interruption