Adds the specified revocation contents to the specified trust store. You must specify TrustStoreArn
.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Type" : "AWS::ElasticLoadBalancingV2::TrustStoreRevocation",
"Properties" : {
"RevocationContents" : [ RevocationContent, ... ]
,
"TrustStoreArn" : String
}
}
YAML
Type: AWS::ElasticLoadBalancingV2::TrustStoreRevocation
Properties:
RevocationContents:
- RevocationContent
TrustStoreArn: String
Properties
RevocationContents
-
The revocation file to add.
Required: No
Type: Array of RevocationContent
Update requires: Replacement
TrustStoreArn
-
The Amazon Resource Name (ARN) of the trust store.
Required: No
Type: String
Update requires: Replacement
Return values
Ref
Fn::GetAtt
RevocationId
-
The revocation ID of the revocation file.
TrustStoreRevocations
-
Information about the revocation file in the trust store.