@Stability(value=Stable) @Internal public static final class AccessKeyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AccessKeyProps
AccessKeyPropssoftware.amazon.jsii.JsiiObject.InitializationModeAccessKeyProps.Builder, AccessKeyProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AccessKeyProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AccessKeyProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getSerial()
A CloudFormation-specific value that signifies the access key should be replaced/rotated.
|
AccessKeyStatus |
getStatus()
The status of the access key.
|
IUser |
getUser()
The IAM user this key will belong to.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AccessKeyProps.Builder builder)
AccessKeyProps.Builder.public final IUser getUser()
AccessKeyPropsChanging this value will result in the access key being deleted and a new access key (with a different ID and secret value) being assigned to the new user.
getUser in interface AccessKeyPropspublic final Number getSerial()
AccessKeyPropsThis value can only be incremented. Incrementing this value will cause CloudFormation to replace the Access Key resource.
Default: - No serial value
getSerial in interface AccessKeyPropspublic final AccessKeyStatus getStatus()
AccessKeyPropsAn Active access key is allowed to be used to make API calls; An Inactive key cannot.
Default: - The access key is active
getStatus in interface AccessKeyProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.