get_action
(**kwargs)¶Gets information about the specified FIS action.
See also: AWS API Documentation
Request Syntax
response = client.get_action(
id='string'
)
[REQUIRED]
The ID of the action.
{
'action': {
'id': 'string',
'description': 'string',
'parameters': {
'string': {
'description': 'string',
'required': True|False
}
},
'targets': {
'string': {
'resourceType': 'string'
}
},
'tags': {
'string': 'string'
}
}
}
Response Structure
Information about the action.
The ID of the action.
The description for the action.
The action parameters, if applicable.
Describes a parameter for an action.
The parameter description.
Indicates whether the parameter is required.
The supported targets for the action.
Describes a target for an action.
The resource type of the target.
The tags for the action.
Exceptions
FIS.Client.exceptions.ValidationException
FIS.Client.exceptions.ResourceNotFoundException