@Throws(value=RDSErrorTypeProvider.class) public class EventOperations extends RDSOperations<org.mule.connectors.commons.template.service.ConnectorService>
MONITORING, SECURITY, STORAGE_AND_MAINTENANCE| Constructor and Description |
|---|
EventOperations() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<RDSConnection,org.mule.runtime.extension.api.runtime.operation.Result<Event,RequestIDAttribute>> |
describeEvents(Integer duration,
LocalDateTime endTime,
List<String> eventCategories,
String sourceIdentifier,
String sourceType,
LocalDateTime startTime)
Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the
past 14 days.
|
public org.mule.runtime.extension.api.runtime.streaming.PagingProvider<RDSConnection,org.mule.runtime.extension.api.runtime.operation.Result<Event,RequestIDAttribute>> describeEvents(@Optional Integer duration, @DisplayName(value="End Time") @Optional LocalDateTime endTime, @DisplayName(value="Event Categories") @Optional List<String> eventCategories, @DisplayName(value="Source Identifier") @Optional String sourceIdentifier, @DisplayName(value="Source Type") @Optional String sourceType, @DisplayName(value="Start Time") @Optional LocalDateTime startTime)
duration - The number of minutes to retrieve events for.endTime - The end of the time interval for which to retrieve events, specified in ISO 8601 format.eventCategories - A list of event categories that trigger notifications for a event notification subscription.sourceIdentifier - The identifier of the event source for which events will be returned. If not specified, then all sources are included in the response.sourceType - The event source to retrieve events for. If no value is specified, all events are returned.startTime - The beginning of the time interval to retrieve events for, specified in ISO 8601 format.Copyright © 2019 MuleSoft, Inc.. All rights reserved.