public static final class SecurityConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecurityConfigurationProps
SecurityConfigurationProps
SecurityConfigurationProps.Builder, SecurityConfigurationProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
CloudWatchEncryption |
getCloudWatchEncryption()
(experimental) The encryption configuration for Amazon CloudWatch Logs.
|
JobBookmarksEncryption |
getJobBookmarksEncryption()
(experimental) The encryption configuration for Glue Job Bookmarks.
|
S3Encryption |
getS3Encryption()
(experimental) The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
java.lang.String |
getSecurityConfigurationName()
(experimental) The name of the security configuration.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSecurityConfigurationName()
SecurityConfigurationProps
getSecurityConfigurationName
in interface SecurityConfigurationProps
public final CloudWatchEncryption getCloudWatchEncryption()
SecurityConfigurationProps
Default: no cloudwatch logs encryption.
getCloudWatchEncryption
in interface SecurityConfigurationProps
public final JobBookmarksEncryption getJobBookmarksEncryption()
SecurityConfigurationProps
Default: no job bookmarks encryption.
getJobBookmarksEncryption
in interface SecurityConfigurationProps
public final S3Encryption getS3Encryption()
SecurityConfigurationProps
Default: no s3 encryption.
getS3Encryption
in interface SecurityConfigurationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()