Class AccessKeysRotatedProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.config.AccessKeysRotatedProps.Jsii$Proxy
- All Implemented Interfaces:
AccessKeysRotatedProps
,RuleProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AccessKeysRotatedProps
@Stability(Stable)
@Internal
public static final class AccessKeysRotatedProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AccessKeysRotatedProps
An implementation for
AccessKeysRotatedProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.config.AccessKeysRotatedProps
AccessKeysRotatedProps.Builder, AccessKeysRotatedProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(AccessKeysRotatedProps.Builder builder) Constructor that initializes the object based on literal property values passed by theAccessKeysRotatedProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A name for the AWS Config rule.final String
A description about this AWS Config rule.Input parameter values that are passed to the AWS Config rule.final Duration
The maximum number of days within which the access keys must be rotated.The maximum frequency at which the AWS Config rule runs evaluations.final RuleScope
Defines which resources trigger an evaluation for an AWS Config rule.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAccessKeysRotatedProps.Builder
.
-
-
Method Details
-
getMaxAge
Description copied from interface:AccessKeysRotatedProps
The maximum number of days within which the access keys must be rotated.Default: Duration.days(90)
- Specified by:
getMaxAge
in interfaceAccessKeysRotatedProps
-
getConfigRuleName
Description copied from interface:RuleProps
A name for the AWS Config rule.Default: - CloudFormation generated name
- Specified by:
getConfigRuleName
in interfaceRuleProps
-
getDescription
Description copied from interface:RuleProps
A description about this AWS Config rule.Default: - No description
- Specified by:
getDescription
in interfaceRuleProps
-
getInputParameters
Description copied from interface:RuleProps
Input parameter values that are passed to the AWS Config rule.Default: - No input parameters
- Specified by:
getInputParameters
in interfaceRuleProps
-
getMaximumExecutionFrequency
Description copied from interface:RuleProps
The maximum frequency at which the AWS Config rule runs evaluations.Default: MaximumExecutionFrequency.TWENTY_FOUR_HOURS
- Specified by:
getMaximumExecutionFrequency
in interfaceRuleProps
-
getRuleScope
Description copied from interface:RuleProps
Defines which resources trigger an evaluation for an AWS Config rule.Default: - evaluations for the rule are triggered when any resource in the recording group changes.
- Specified by:
getRuleScope
in interfaceRuleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-