| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
MaximumExecutionFrequency |
ConfigSnapshotDeliveryProperties.deliveryFrequency()
The frequency with which Config delivers configuration snapshots.
|
static MaximumExecutionFrequency |
MaximumExecutionFrequency.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MaximumExecutionFrequency |
SourceDetail.maximumExecutionFrequency()
The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger.
|
MaximumExecutionFrequency |
ConfigRule.maximumExecutionFrequency()
The maximum frequency with which Config runs evaluations for a rule.
|
MaximumExecutionFrequency |
OrganizationCustomPolicyRuleMetadata.maximumExecutionFrequency()
The maximum frequency with which Config runs evaluations for a rule.
|
MaximumExecutionFrequency |
OrganizationCustomPolicyRuleMetadataNoPolicy.maximumExecutionFrequency()
The maximum frequency with which Config runs evaluations for a rule.
|
MaximumExecutionFrequency |
OrganizationCustomRuleMetadata.maximumExecutionFrequency()
The maximum frequency with which Config runs evaluations for a rule.
|
MaximumExecutionFrequency |
OrganizationManagedRuleMetadata.maximumExecutionFrequency()
The maximum frequency with which Config runs evaluations for a rule.
|
static MaximumExecutionFrequency |
MaximumExecutionFrequency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaximumExecutionFrequency[] |
MaximumExecutionFrequency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MaximumExecutionFrequency> |
MaximumExecutionFrequency.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConfigSnapshotDeliveryProperties.Builder |
ConfigSnapshotDeliveryProperties.Builder.deliveryFrequency(MaximumExecutionFrequency deliveryFrequency)
The frequency with which Config delivers configuration snapshots.
|
SourceDetail.Builder |
SourceDetail.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The frequency at which you want Config to run evaluations for a custom rule with a periodic trigger.
|
ConfigRule.Builder |
ConfigRule.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
OrganizationCustomPolicyRuleMetadata.Builder |
OrganizationCustomPolicyRuleMetadata.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
OrganizationCustomPolicyRuleMetadataNoPolicy.Builder |
OrganizationCustomPolicyRuleMetadataNoPolicy.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
OrganizationCustomRuleMetadata.Builder |
OrganizationCustomRuleMetadata.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
OrganizationManagedRuleMetadata.Builder |
OrganizationManagedRuleMetadata.Builder.maximumExecutionFrequency(MaximumExecutionFrequency maximumExecutionFrequency)
The maximum frequency with which Config runs evaluations for a rule.
|
Copyright © 2023. All rights reserved.