@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.715Z") @Stability(value=Stable) public interface AccessKeysRotatedProps extends software.amazon.jsii.JsiiSerializable, RuleProps
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
import software.amazon.awscdk.services.config.*;
Object inputParameters;
RuleScope ruleScope;
AccessKeysRotatedProps accessKeysRotatedProps = AccessKeysRotatedProps.builder()
.configRuleName("configRuleName")
.description("description")
.inputParameters(Map.of(
"inputParametersKey", inputParameters))
.maxAge(Duration.minutes(30))
.maximumExecutionFrequency(MaximumExecutionFrequency.ONE_HOUR)
.ruleScope(ruleScope)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AccessKeysRotatedProps.Builder
A builder for
AccessKeysRotatedProps |
static class |
AccessKeysRotatedProps.Jsii$Proxy
An implementation for
AccessKeysRotatedProps |
| Modifier and Type | Method and Description |
|---|---|
static AccessKeysRotatedProps.Builder |
builder() |
default Duration |
getMaxAge()
The maximum number of days within which the access keys must be rotated.
|
getConfigRuleName, getDescription, getInputParameters, getMaximumExecutionFrequency, getRuleScope@Stability(value=Stable) @Nullable default Duration getMaxAge()
Default: Duration.days(90)
@Stability(value=Stable) static AccessKeysRotatedProps.Builder builder()
builder in interface RulePropsAccessKeysRotatedProps.Builder of AccessKeysRotatedPropsCopyright © 2022. All rights reserved.