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

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

Syntax

To declare this entity in your Amazon 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