Route53RecoveryReadiness.Client.
create_cell
(**kwargs)¶Creates a cell in an account.
See also: AWS API Documentation
Request Syntax
response = client.create_cell(
CellName='string',
Cells=[
'string',
],
Tags={
'string': 'string'
}
)
[REQUIRED]
The name of the cell to create.
A list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
A collection of tags associated with a resource.
dict
Response Syntax
{
'CellArn': 'string',
'CellName': 'string',
'Cells': [
'string',
],
'ParentReadinessScopes': [
'string',
],
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
200 response - Success.
CellArn (string) --
The Amazon Resource Name (ARN) for the cell.
CellName (string) --
The name of the cell.
Cells (list) --
A list of cell ARNs.
ParentReadinessScopes (list) --
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
Tags (dict) --
Tags on the resources.
Exceptions
Route53RecoveryReadiness.Client.exceptions.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.ConflictException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException