| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
SourceDetail |
SourceDetail.clone() |
SourceDetail |
SourceDetail.withEventSource(EventSource eventSource)
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
|
SourceDetail |
SourceDetail.withEventSource(String eventSource)
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
|
SourceDetail |
SourceDetail.withMaximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The frequency at which you want AWS Config to run evaluations for a custom rule with a periodic trigger.
|
SourceDetail |
SourceDetail.withMaximumExecutionFrequency(String maximumExecutionFrequency)
The frequency at which you want AWS Config to run evaluations for a custom rule with a periodic trigger.
|
SourceDetail |
SourceDetail.withMessageType(MessageType messageType)
The type of notification that triggers AWS Config to run an evaluation for a rule.
|
SourceDetail |
SourceDetail.withMessageType(String messageType)
The type of notification that triggers AWS Config to run an evaluation for a rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceDetail> |
Source.getSourceDetails()
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.withSourceDetails(SourceDetail... sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setSourceDetails(Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
Source |
Source.withSourceDetails(Collection<SourceDetail> sourceDetails)
Provides the source and type of the event that causes AWS Config to evaluate your AWS resources.
|
Copyright © 2021. All rights reserved.