@Stability(value=Stable) @Internal public static final class CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystem.AuditLogConfigurationProperty
CfnFileSystem.AuditLogConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFileSystem.AuditLogConfigurationProperty.Builder, CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFileSystem.AuditLogConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFileSystem.AuditLogConfigurationProperty.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) |
String |
getAuditLogDestination()
The Amazon Resource Name (ARN) for the destination of the audit logs.
|
String |
getFileAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file and folder accesses.
|
String |
getFileShareAccessAuditLogLevel()
Sets which attempt type is logged by Amazon FSx for file share accesses.
|
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(CfnFileSystem.AuditLogConfigurationProperty.Builder builder)
CfnFileSystem.AuditLogConfigurationProperty.Builder.public final 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.AuditLogConfigurationPropertypublic final 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.AuditLogConfigurationPropertypublic final String getAuditLogDestination()
CfnFileSystem.AuditLogConfigurationPropertyThe 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.