Package software.amazon.awscdk
Class EncryptedPermissionsOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.EncryptedPermissionsOptions.Jsii$Proxy
- All Implemented Interfaces:
EncryptedPermissionsOptions,PermissionsOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EncryptedPermissionsOptions
@Stability(Stable)
@Internal
public static final class EncryptedPermissionsOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EncryptedPermissionsOptions
An implementation for
EncryptedPermissionsOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.EncryptedPermissionsOptions
EncryptedPermissionsOptions.Builder, EncryptedPermissionsOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theEncryptedPermissionsOptions.Builder.protectedJsii$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.JsonNodefinal booleanThe KMS key actions to grant permissions for.The ARNs of the resources to grant permissions on.final inthashCode()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 theEncryptedPermissionsOptions.Builder.
-
-
Method Details
-
getKeyActions
Description copied from interface:EncryptedPermissionsOptionsThe KMS key actions to grant permissions for.Default: - No permission is added to the KMS key, even if it exists
- Specified by:
getKeyActionsin interfaceEncryptedPermissionsOptions
-
getResourceArns
Description copied from interface:PermissionsOptionsThe ARNs of the resources to grant permissions on.Default: - The ARN of the resource associated with the grant is used.
- Specified by:
getResourceArnsin interfacePermissionsOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-