AWS::ElasticLoadBalancingV2::TrustStoreRevocation RevocationContent - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 RevocationContent

Information about a revocation file. You must specify S3Bucket and S3Key.

Syntax

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

JSON

{ "RevocationType" : String, "S3Bucket" : String, "S3Key" : String, "S3ObjectVersion" : String }

YAML

RevocationType: String S3Bucket: String S3Key: String S3ObjectVersion: String

Properties

RevocationType

The type of revocation file.

Required: No

Type: String

Allowed values: CRL

Update requires: Replacement

S3Bucket

The Amazon S3 bucket for the revocation file.

Required: No

Type: String

Update requires: Replacement

S3Key

The Amazon S3 path for the revocation file.

Required: No

Type: String

Update requires: Replacement

S3ObjectVersion

The Amazon S3 object version of the revocation file.

Required: No

Type: String

Update requires: Replacement