| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.clone() |
Source |
ConfigRule.getSource()
Provides the rule owner (
Amazon Web Services for managed rules, CUSTOM_POLICY for
Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the
notifications that cause the function to evaluate your Amazon Web Services resources. |
Source |
Source.withCustomPolicyDetails(CustomPolicyDetails customPolicyDetails)
Provides the runtime system, policy definition, and whether debug logging is enabled.
|
Source |
Source.withOwner(Owner owner)
Indicates whether Amazon Web Services or the customer owns and manages the Config rule.
|
Source |
Source.withOwner(String owner)
Indicates whether Amazon Web Services or the customer owns and manages the Config rule.
|
Source |
Source.withSourceDetails(Collection<SourceDetail> sourceDetails)
Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources
against a rule.
|
Source |
Source.withSourceDetails(SourceDetail... sourceDetails)
Provides the source and the message types that cause Config to evaluate your Amazon Web Services resources
against a rule.
|
Source |
Source.withSourceIdentifier(String sourceIdentifier)
For Config Managed rules, a predefined identifier from a list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigRule.setSource(Source source)
Provides the rule owner (
Amazon Web Services for managed rules, CUSTOM_POLICY for
Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the
notifications that cause the function to evaluate your Amazon Web Services resources. |
ConfigRule |
ConfigRule.withSource(Source source)
Provides the rule owner (
Amazon Web Services for managed rules, CUSTOM_POLICY for
Custom Policy rules, and CUSTOM_LAMBDA for Custom Lambda rules), the rule identifier, and the
notifications that cause the function to evaluate your Amazon Web Services resources. |
Copyright © 2023. All rights reserved.