GetTrustStoreRevocationContent
Retrieves the specified revocation file.
This action returns a pre-signed S3 URI which is active for ten minutes.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- RevocationId
- 
               The revocation ID of the revocation file. Type: Long Required: Yes 
- TrustStoreArn
- 
               The Amazon Resource Name (ARN) of the trust store. Type: String Required: Yes 
Response Elements
The following element is returned by the service.
- Location
- 
               The revocation files Amazon S3 URI. Type: String 
Errors
For information about the errors that are common to all actions, see Common Errors.
- RevocationIdNotFound
- 
               The specified revocation ID does not exist. HTTP Status Code: 400 
- TrustStoreNotFound
- 
               The specified trust store does not exist. HTTP Status Code: 400 
Examples
Retrieve a certificate revocation list.
This example retrieves the specified certificate revocation IDs list contents from the specified trust store and provides a pre-signed S3 URI.
Sample Request
https://elasticloadbalancing.amazonaws.com/?Action=GetTrustStoreRevocationContent
&TrustStoreArn=arn:aws:elasticloadbalancing:us-east-1:111122223333:truststore/my-trust-store/3ym756xh7yj
&RevocationId=1
&Version=2015-12-01
&AUTHPARAMSSee Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: