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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.fsx.CfnFileSystem.AuditLogConfigurationProperty
CfnFileSystem.AuditLogConfigurationProperty.Builder, CfnFileSystem.AuditLogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystem.AuditLogConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) for the destination of the audit logs.final StringSets which attempt type is logged by Amazon FSx for file and folder accesses.final StringSets which attempt type is logged by Amazon FSx for file share accesses.final inthashCode()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.AuditLogConfigurationPropertySets 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:
getFileAccessAuditLogLevelin interfaceCfnFileSystem.AuditLogConfigurationProperty- See Also:
-
getAuditLogDestination
Description copied from interface:CfnFileSystem.AuditLogConfigurationPropertyThe 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/fsxprefix. The name of the Amazon Kinesis Data Firehose delivery stream must begin with theaws-fsxprefix.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:
getAuditLogDestinationin interfaceCfnFileSystem.AuditLogConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-