@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:50.716Z") public interface AccessKeysRotatedProps extends 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.services.config.*; import software.amazon.awscdk.core.*; 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
default Duration getMaxAge()
Default: Duration.days(90)
static AccessKeysRotatedProps.Builder builder()
builder
in interface RuleProps
AccessKeysRotatedProps.Builder
of AccessKeysRotatedProps