ElasticLoadBalancingv2 / Client / get_trust_store_revocation_content
get_trust_store_revocation_content#
- ElasticLoadBalancingv2.Client.get_trust_store_revocation_content(**kwargs)#
Retrieves the specified revocation file.
This action returns a pre-signed S3 URI which is active for ten minutes.
See also: AWS API Documentation
Request Syntax
response = client.get_trust_store_revocation_content( TrustStoreArn='string', RevocationId=123 )
- Parameters:
TrustStoreArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the trust store.
RevocationId (integer) –
[REQUIRED]
The revocation ID of the revocation file.
- Return type:
dict
- Returns:
Response Syntax
{ 'Location': 'string' }
Response Structure
(dict) –
Location (string) –
The revocation files Amazon S3 URI.
Exceptions