ElasticLoadBalancingv2 / Client / get_trust_store_ca_certificates_bundle

get_trust_store_ca_certificates_bundle#

ElasticLoadBalancingv2.Client.get_trust_store_ca_certificates_bundle(**kwargs)#

Retrieves the ca certificate bundle.

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_ca_certificates_bundle(
    TrustStoreArn='string'
)
Parameters:

TrustStoreArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the trust store.

Return type:

dict

Returns:

Response Syntax

{
    'Location': 'string'
}

Response Structure

  • (dict) –

    • Location (string) –

      The ca certificate bundles Amazon S3 URI.

Exceptions