File System Args
constructor(availabilityZoneName: Output<String>? = null, backupPolicy: Output<FileSystemBackupPolicyArgs>? = null, bypassPolicyLockoutSafetyCheck: Output<Boolean>? = null, encrypted: Output<Boolean>? = null, fileSystemPolicy: Output<Any>? = null, fileSystemProtection: Output<FileSystemProtectionArgs>? = null, fileSystemTags: Output<List<TagArgs>>? = null, kmsKeyId: Output<String>? = null, lifecyclePolicies: Output<List<FileSystemLifecyclePolicyArgs>>? = null, performanceMode: Output<String>? = null, provisionedThroughputInMibps: Output<Double>? = null, replicationConfiguration: Output<FileSystemReplicationConfigurationArgs>? = null, throughputMode: Output<String>? = null)