ElasticLoadBalancingv2 / Client / describe_trust_store_associations
describe_trust_store_associations#
- ElasticLoadBalancingv2.Client.describe_trust_store_associations(**kwargs)#
Describes all resources associated with the specified trust store.
See also: AWS API Documentation
Request Syntax
response = client.describe_trust_store_associations( TrustStoreArn='string', Marker='string', PageSize=123 )
- Parameters:
TrustStoreArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the trust store.
Marker (string) – The marker for the next set of results. (You received this marker from a previous call.)
PageSize (integer) – The maximum number of results to return with this call.
- Return type:
dict
- Returns:
Response Syntax
{ 'TrustStoreAssociations': [ { 'ResourceArn': 'string' }, ], 'NextMarker': 'string' }
Response Structure
(dict) –
TrustStoreAssociations (list) –
Information about the resources the trust store is associated to.
(dict) –
Information about the resources a trust store is associated with.
ResourceArn (string) –
The Amazon Resource Name (ARN) of the resource.
NextMarker (string) –
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
Exceptions
ElasticLoadBalancingv2.Client.exceptions.TrustStoreNotFoundException