Class CfnFileSystemPropsMixin.AuditLogConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnFileSystemPropsMixin.AuditLogConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFileSystemPropsMixin.AuditLogConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFileSystemPropsMixin.AuditLogConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFileSystemPropsMixin.AuditLogConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFileSystemPropsMixin.AuditLogConfigurationProperty
An implementation for
CfnFileSystemPropsMixin.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.cfnpropertymixins.services.fsx.CfnFileSystemPropsMixin.AuditLogConfigurationProperty
CfnFileSystemPropsMixin.AuditLogConfigurationProperty.Builder, CfnFileSystemPropsMixin.AuditLogConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFileSystemPropsMixin.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 theCfnFileSystemPropsMixin.AuditLogConfigurationProperty.Builder.
-
-
Method Details
-
getAuditLogDestination
Description copied from interface:CfnFileSystemPropsMixin.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 interfaceCfnFileSystemPropsMixin.AuditLogConfigurationProperty- See Also:
-
getFileAccessAuditLogLevel
Description copied from interface:CfnFileSystemPropsMixin.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 interfaceCfnFileSystemPropsMixin.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()
-