Data Source: oci_database_scheduled_action
This data source provides details about a specific Scheduled Action resource in Oracle Cloud Infrastructure Database service.
Gets information about the specified Scheduled Action.
Example Usage
data "oci_database_scheduled_action" "test_scheduled_action" {
#Required
scheduled_action_id = oci_database_scheduled_action.test_scheduled_action.id
}
Argument Reference
The following arguments are supported:
scheduled_action_id- (Required) The Scheduled Action OCID.
Attributes Reference
The following attributes are exported:
action_members- The list of action members in a scheduled action.estimated_time_in_mins- The estimated time for the intended action member.member_id- The ocid of the action member.member_order- The order of the action member in a scheduled action.
action_order- The order of the scheduled action.action_params- Mapwhere a key value pair describes the specific action parameter. Example: {"count": "3"}action_type- The type of the scheduled action being performedcompartment_id- The OCID of the compartment.defined_tags- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.display_name- The display name of the Scheduled Action.estimated_time_in_mins- The estimated patching time for the scheduled action.freeform_tags- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}id- The OCID of the Scheduled Action.scheduling_plan_id- The OCID of the Scheduling Plan.scheduling_window_id- The OCID of the Scheduling Window.state- The current state of the Scheduled Action. Valid states are CREATING, NEEDS_ATTENTION, AVAILABLE, UPDATING, FAILED, DELETING and DELETED.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.time_created- The date and time the Scheduled Action Resource was created.time_updated- The date and time the Scheduled Action Resource was updated.