create_reference_store
(**kwargs)¶Creates a reference store.
See also: AWS API Documentation
Request Syntax
response = client.create_reference_store(
clientToken='string',
description='string',
name='string',
sseConfig={
'keyArn': 'string',
'type': 'KMS'
},
tags={
'string': 'string'
}
)
[REQUIRED]
A name for the store.
Server-side encryption (SSE) settings for the store.
An encryption key ARN.
The encryption type.
Tags for the store.
dict
Response Syntax
{
'arn': 'string',
'creationTime': datetime(2015, 1, 1),
'description': 'string',
'id': 'string',
'name': 'string',
'sseConfig': {
'keyArn': 'string',
'type': 'KMS'
}
}
Response Structure
(dict) --
arn (string) --
The store's ARN.
creationTime (datetime) --
When the store was created.
description (string) --
The store's description.
id (string) --
The store's ID.
name (string) --
The store's name.
sseConfig (dict) --
The store's SSE settings.
keyArn (string) --
An encryption key ARN.
type (string) --
The encryption type.
Exceptions
Omics.Client.exceptions.InternalServerException
Omics.Client.exceptions.ServiceQuotaExceededException
Omics.Client.exceptions.ThrottlingException
Omics.Client.exceptions.ValidationException
Omics.Client.exceptions.AccessDeniedException
Omics.Client.exceptions.RequestTimeoutException