public static final class CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystem.AuditLogConfigurationProperty
CfnFileSystem.AuditLogConfigurationProperty
CfnFileSystem.AuditLogConfigurationProperty.Builder, CfnFileSystem.AuditLogConfigurationProperty.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) |
java.lang.String |
getAuditLogDestination()
The Amazon Resource Name (ARN) for the destination of the audit logs.
|
java.lang.String |
getFileAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
|
java.lang.String |
getFileShareAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file share accesses.
|
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 getFileAccessAuditLogLevel()
CfnFileSystem.AuditLogConfigurationProperty
SUCCESS_ONLY
- only successful attempts to access files or folders are logged.FAILURE_ONLY
- only failed attempts to access files or folders are logged.SUCCESS_AND_FAILURE
- both successful attempts and failed attempts to access files or folders are logged.DISABLED
- access auditing of files and folders is turned off.getFileAccessAuditLogLevel
in interface CfnFileSystem.AuditLogConfigurationProperty
public final java.lang.String getFileShareAccessAuditLogLevel()
CfnFileSystem.AuditLogConfigurationProperty
SUCCESS_ONLY
- only successful attempts to access file shares are logged.FAILURE_ONLY
- only failed attempts to access file shares are logged.SUCCESS_AND_FAILURE
- both successful attempts and failed attempts to access file shares are logged.DISABLED
- access auditing of file shares is turned off.getFileShareAccessAuditLogLevel
in interface CfnFileSystem.AuditLogConfigurationProperty
public final java.lang.String getAuditLogDestination()
CfnFileSystem.AuditLogConfigurationProperty
The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN.
The name of the Amazon CloudWatch Logs log group must begin with the /aws/fsx
prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the aws-fsx
prefix.
The destination ARN (either CloudWatch Logs log group or Kinesis Data Firehose delivery stream) must be in the same AWS partition, AWS Region , and AWS account as your Amazon FSx file system.
getAuditLogDestination
in interface CfnFileSystem.AuditLogConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()