EventBridgePipes.Client.
start_pipe
(**kwargs)¶Start an existing pipe.
See also: AWS API Documentation
Request Syntax
response = client.start_pipe(
Name='string'
)
[REQUIRED]
The name of the pipe.
{
'Arn': 'string',
'CreationTime': datetime(2015, 1, 1),
'CurrentState': 'RUNNING'|'STOPPED'|'CREATING'|'UPDATING'|'DELETING'|'STARTING'|'STOPPING'|'CREATE_FAILED'|'UPDATE_FAILED'|'START_FAILED'|'STOP_FAILED',
'DesiredState': 'RUNNING'|'STOPPED',
'LastModifiedTime': datetime(2015, 1, 1),
'Name': 'string'
}
Response Structure
The ARN of the pipe.
The time the pipe was created.
The state the pipe is in.
The state the pipe should be in.
When the pipe was last updated, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The name of the pipe.
Exceptions
EventBridgePipes.Client.exceptions.InternalException
EventBridgePipes.Client.exceptions.ValidationException
EventBridgePipes.Client.exceptions.ThrottlingException
EventBridgePipes.Client.exceptions.NotFoundException
EventBridgePipes.Client.exceptions.ConflictException