Class CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fsx.CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy
All Implemented Interfaces:
CfnFileSystem.AuditLogConfigurationProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnFileSystem.AuditLogConfigurationProperty

@Stability(Stable) @Internal public static final class CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFileSystem.AuditLogConfigurationProperty
  • Constructor Details

  • Method Details

    • getFileAccessAuditLogLevel

      public final String getFileAccessAuditLogLevel()
      Description copied from interface: CfnFileSystem.AuditLogConfigurationProperty
      Sets which attempt type is logged by Amazon FSx for file and folder accesses.

      • 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.
      Specified by:
      getFileAccessAuditLogLevel in interface CfnFileSystem.AuditLogConfigurationProperty
    • getFileShareAccessAuditLogLevel

      public final String getFileShareAccessAuditLogLevel()
      Description copied from interface: CfnFileSystem.AuditLogConfigurationProperty
      Sets which attempt type is logged by Amazon FSx for file share accesses.

      • 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.
      Specified by:
      getFileShareAccessAuditLogLevel in interface CfnFileSystem.AuditLogConfigurationProperty
    • getAuditLogDestination

      public final String getAuditLogDestination()
      Description copied from interface: CfnFileSystem.AuditLogConfigurationProperty
      The Amazon Resource Name (ARN) for the destination of the audit logs.

      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.

      Specified by:
      getAuditLogDestination in interface CfnFileSystem.AuditLogConfigurationProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object