Ontap File System Args
constructor(automaticBackupRetentionDays: Output<Int>? = null, dailyAutomaticBackupStartTime: Output<String>? = null, deploymentType: Output<String>? = null, diskIopsConfiguration: Output<OntapFileSystemDiskIopsConfigurationArgs>? = null, endpointIpAddressRange: Output<String>? = null, fsxAdminPassword: Output<String>? = null, kmsKeyId: Output<String>? = null, preferredSubnetId: Output<String>? = null, routeTableIds: Output<List<String>>? = null, securityGroupIds: Output<List<String>>? = null, storageCapacity: Output<Int>? = null, storageType: Output<String>? = null, subnetIds: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, throughputCapacity: Output<Int>? = null, weeklyMaintenanceStartTime: Output<String>? = null)