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
An implementation for
CfnFileSystem.AuditLogConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnFileSystem.AuditLogConfigurationProperty
CfnFileSystem.AuditLogConfigurationProperty.Builder, CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFileSystem.AuditLogConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) for the destination of the audit logs.final String
Sets which attempt type is logged by Amazon FSx for file and folder accesses.final String
Sets which attempt type is logged by Amazon FSx for file share accesses.final int
hashCode()
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 theCfnFileSystem.AuditLogConfigurationProperty.Builder
.
-
-
Method Details
-
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 interfaceCfnFileSystem.AuditLogConfigurationProperty
- See Also:
-
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 Firehose delivery stream must begin with theaws-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 interfaceCfnFileSystem.AuditLogConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-