@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:27.316Z") @Stability(value=Experimental) 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.core.*;
import software.amazon.awscdk.services.config.*;
Duration duration;
Object inputParameters;
RuleScope ruleScope;
AccessKeysRotatedProps accessKeysRotatedProps = AccessKeysRotatedProps.builder()
.configRuleName("configRuleName")
.description("description")
.inputParameters(Map.of(
"inputParametersKey", inputParameters))
.maxAge(duration)
.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()
(experimental) The maximum number of days within which the access keys must be rotated.
|
getConfigRuleName, getDescription, getInputParameters, getMaximumExecutionFrequency, getRuleScope@Stability(value=Experimental) @Nullable default Duration getMaxAge()
Default: Duration.days(90)
@Stability(value=Experimental) static AccessKeysRotatedProps.Builder builder()
builder in interface RulePropsAccessKeysRotatedProps.Builder of AccessKeysRotatedPropsCopyright © 2022. All rights reserved.