oci_opsi_awr_hub_source_awrhubsources_management
This resource provides the Awr Hub Source Awrhubsources Management resource in Oracle Cloud Infrastructure Opsi service. Api doc link for the resource: https://docs.oracle.com/iaas/api/#/en/operations-insights/latest/AwrHubSourceAwrhubsourcesManagement
Example terraform configs related to the resource : https://github.com/oracle/terraform-provider-oci/tree/master/examples/osi Enables a Awr Hub source database in Operations Insights. This will resume the Awr data flow for the given Awr Hub source if it was stopped earlier.
Example Usage
resource "oci_opsi_awr_hub_source_awrhubsources_management" "test_awr_hub_source_awrhubsources_management" {
#Required
awr_hub_source_id = oci_opsi_awr_hub_source.test_awr_hub_source.id
enable_awrhubsource = var.enable_awrhubsource
}
Argument Reference
The following arguments are supported:
awr_hub_source_id- (Required) Unique Awr Hub Source identifierenable_awrhubsource- (Required) (Updatable) A required field when set totruecalls enable action and when set tofalsecalls disable action.
** IMPORTANT ** Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
Attributes Reference
The following attributes are exported:
Timeouts
The timeouts block allows you to specify timeouts for certain operations:
* create - (Defaults to 20 minutes), when creating the Awr Hub Source Awrhubsources Management
* update - (Defaults to 20 minutes), when updating the Awr Hub Source Awrhubsources Management
* delete - (Defaults to 20 minutes), when destroying the Awr Hub Source Awrhubsources Management