CloudFront / Client / get_trust_store
get_trust_store¶
- CloudFront.Client.get_trust_store(**kwargs)¶
Gets a trust store.
See also: AWS API Documentation
Request Syntax
response = client.get_trust_store( Identifier='string' )
- Parameters:
Identifier (string) –
[REQUIRED]
The trust store’s identifier.
- Return type:
dict
- Returns:
Response Syntax
{ 'TrustStore': { 'Id': 'string', 'Arn': 'string', 'Name': 'string', 'Status': 'pending'|'active'|'failed', 'NumberOfCaCertificates': 123, 'LastModifiedTime': datetime(2015, 1, 1), 'Reason': 'string' }, 'ETag': 'string' }
Response Structure
(dict) –
TrustStore (dict) –
The trust store.
Id (string) –
The trust store’s ID.
Arn (string) –
The trust store’s Amazon Resource Name (ARN).
Name (string) –
The trust store’s name.
Status (string) –
The trust store’s status.
NumberOfCaCertificates (integer) –
The trust store’s number of CA certificates.
LastModifiedTime (datetime) –
The trust store’s last modified time.
Reason (string) –
The trust store’s reason.
ETag (string) –
The version identifier for the current version of the trust store.
Exceptions
CloudFront.Client.exceptions.AccessDeniedCloudFront.Client.exceptions.EntityNotFoundCloudFront.Client.exceptions.InvalidArgument