Class SourceDetail
- All Implemented Interfaces:
Serializable
,Cloneable
Provides the source and type of the event that triggers AWS Config to evaluate your AWS resources against a rule.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.The type of SNS message that triggers AWS Config to run an evaluation.int
hashCode()
void
setEventSource
(EventSource eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.void
setEventSource
(String eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.void
setMessageType
(MessageType messageType) The type of SNS message that triggers AWS Config to run an evaluation.void
setMessageType
(String messageType) The type of SNS message that triggers AWS Config to run an evaluation.toString()
Returns a string representation of this object; useful for testing and debugging.withEventSource
(EventSource eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.withEventSource
(String eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.withMessageType
(MessageType messageType) The type of SNS message that triggers AWS Config to run an evaluation.withMessageType
(String messageType) The type of SNS message that triggers AWS Config to run an evaluation.
-
Constructor Details
-
SourceDetail
public SourceDetail()
-
-
Method Details
-
setEventSource
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
- Parameters:
eventSource
- The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.- See Also:
-
getEventSource
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
- Returns:
- The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
- See Also:
-
withEventSource
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
- Parameters:
eventSource
- The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setEventSource
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
- Parameters:
eventSource
- The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.- See Also:
-
withEventSource
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
- Parameters:
eventSource
- The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessageType
The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use
ConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Parameters:
messageType
- The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must useConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- See Also:
-
getMessageType
The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use
ConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Returns:
- The type of SNS message that triggers AWS Config to run an
evaluation. For evaluations that are initiated when AWS Config
delivers a configuration item change notification, you must use
ConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
. - See Also:
-
withMessageType
The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use
ConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Parameters:
messageType
- The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must useConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMessageType
The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use
ConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Parameters:
messageType
- The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must useConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- See Also:
-
withMessageType
The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must use
ConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Parameters:
messageType
- The type of SNS message that triggers AWS Config to run an evaluation. For evaluations that are initiated when AWS Config delivers a configuration item change notification, you must useConfigurationItemChangeNotification
. For evaluations that are initiated when AWS Config delivers a configuration snapshot, you must useConfigurationSnapshotDeliveryCompleted
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-