AWS::ElasticLoadBalancingV2::TrustStoreRevocation RevocationContent - AWS CloudFormation

AWS::ElasticLoadBalancingV2::TrustStoreRevocation RevocationContent

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

Syntax

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